adding twitter share button in to story.
-
Casual Pligger
adding twitter share button in to story.
hi all i am trying to add the simple twitter share button in to the story, like Digg, if you enter to diggm you can see all share's button inside the story.
if somebody can help me would be nice.
ahh btw i am trying to put the twitter share button in main page in the footer of every story. but does't work
if someone help's would be nice.
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
<a href="http://twitter.com/home?=status{$title_short}{$my_base_url}{$story_ur l}" class="twitter-share-button">Tweet</a>
cya.
-
Constant Pligger
Works for me just fine. Whats the problem you are having?
-
Constant Pligger
hum, so I decided to try this out on my site so I figured I would share with you what I did.
First copy the javascript tile to your pligg.tpl file (near the top within the <head> tags, just look for another javascript file).
You want to do this because you only want the javascript file to get loaded 1 time and not for every single post.
My setup is different then what you will be doing, but to display the tweet button on your main page + comment section open link_summary.tpl.
Search for the following:
</div>
</div>
{checkActionsTpl location="tpl_link_summary_end"}
</div>
{checkActionsTpl location="tpl_pligg_story_end"}
And paste the following _ABOVE_ it
<a href="http://twitter.com/share" class="twitter-share-button"
data-url="{$story_url}"
data-via="twitterapi"
data-text="{$title_short}"
data-related="anywhere:The Javascript API"
data-count="horizontal">Tweet</a>
You will have to change your styles and your layout a bit to allow the high width and used up space. You will want to make changes to your styles.css file, most likely with the storyfooter class.
Similar Threads
-
By ideatr in forum Questions & Comments
Replies: 0
Last Post: 04-04-2011, 05:16 AM
-
By sicac in forum Questions & Comments
Replies: 1
Last Post: 12-21-2010, 11:31 PM
-
By channelztv in forum Questions & Comments
Replies: 10
Last Post: 06-06-2010, 01:07 AM
-
By naftalina in forum Questions & Comments
Replies: 2
Last Post: 08-17-2009, 04:47 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules