.
Topic RSS7:06 pm
Hi,
When I hit the Twitter button it fails to create a link and instaed just tweets the name of the article.
Any suggestions greatly appreciated
Steve
@Steve - Please post your site URL. This the first issue that we are facing regarding the Twitter button not taking the site link. I would like to have a look at your site.
< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />
I checked your site and I didnt see any error in the Twitter code. If still its not taking site URL in the tweet then you will have to manually edit the plugin to include the URL in the tweet text
< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />
3:10 pm
Can you advise me as to which piece of code to edit?
Can I as k when you click the tweet button on my site, is it creating a link for you?
search for the below line you should find it near to the end of the plugin code
$sharelinks.= '<div class="socialicons s4twitter" style="float:left;margin-right: 10px;"><a href="http://twitter.com/share" data-url="'.$plink.'" data-counturl="'.$plink.'" data-text="'.$eptitle.'" class="twitter-share-button" data-count="'.$tp.'" data-via="'.$via.'"></a>'.$twsc.'</div>';
Replace it with
$sharelinks.= '<div class="socialicons s4twitter" style="float:left;margin-right: 10px;"><a href="http://twitter.com/share" data-url="'.$plink.'" data-counturl="'.$plink.'" data-text="'.$eptitle.' '.$plink.'" class="twitter-share-button" data-count="'.$tp.'" data-via="'.$via.'"></a>'.$twsc.'</div>';
< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />
Log In
Members
Add Reply
Add Topic
Quote
Offline
