-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
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. |
Sure @kortenkamp, I will describe. What about social buttons — it's super easy:
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> |
thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: