Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs and readme #27

Open
tonystar opened this issue Jun 20, 2015 · 3 comments
Open

Update docs and readme #27

tonystar opened this issue Jun 20, 2015 · 3 comments

Comments

@tonystar
Copy link
Collaborator

No description provided.

@tonystar tonystar added this to the 7.x-3.0 milestone Jun 20, 2015
@kortenkamp
Copy link

It would be nice to see how the demo site of Tweme was created. What is necessary to add the twitter/facebook/…/social whatever buttons? Some kind of "first steps" would be great.

@tonystar
Copy link
Collaborator Author

Sure @kortenkamp, I will describe. What about social buttons — it's super easy:

  1. Create account at AddThis.
  2. Go to AddThis > Tools > Sharing Buttons > Setup and configure the buttons.
  3. Go to Drupal admin > Structure > Blocks and create new block.
  4. Copy the code of AddThis widget to the block body and place the block in the Share region.
  5. Done!

Here is an example code from my website:

<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-555c8db17e3c1983" async="async"></script><script type="text/javascript">
var addthis_config = addthis_config||{};
addthis_config.data_track_addressbar = false;
addthis_config.data_track_clickback = false;
</script>
<div class="addthis_sharing_toolbox"></div>

@kortenkamp
Copy link

thank you!

@tonystar tonystar removed this from the 7.x-3.0 milestone Mar 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants