Changeset 670887
- Timestamp:
- 02/20/2013 08:20:57 PM (12 years ago)
- Location:
- only-tweet-like-share-and-google-1
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
only-tweet-like-share-and-google-1/trunk/readme.txt
r670639 r670887 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5.1 7 Stable tag: 1.6. 17 Stable tag: 1.6.2 8 8 9 9 A very simple social share plugin with just 5 social icons (Twitter, FB Like, Google +1, Linkedin and FB Share) -
only-tweet-like-share-and-google-1/trunk/tweet-like-plusone.php
r670639 r670887 4 4 Plugin URI: http://techxt.com/tweet-like-google-1-and-share-plugin-wordpress/ 5 5 Author: Sudipto Pratap Mahato 6 Version: 1.6. 16 Version: 1.6.2 7 7 Description: Most simple social share icons. 99% of your any blog post is share by these Social share icons. 8 8 Requires at least: 3.0 … … 345 345 <b>%%EURL%%</b> - The HTML encoded URL of the Post/Page<br/> 346 346 <b>%%TITLE%%</b> - The Title of the Post/Page<br/> 347 <b>%%ETITLE%%</b> - URL encoded Title of the Post/Page<br/> 347 348 <b>%%DESC%%</b> - Description or Post Excerpts<br/> 349 <b>%%EDESC%%</b> - URL encoded Description or Post Excerpts<br/> 348 350 <b>%%PIMAGE%%</b> - Link to the Featured Image of the post or the first image if featured image not set.<br/> 349 351 … … 660 662 if(trim($cbtn==''))return ''; 661 663 664 $eptitle=urlencode($ptitle); 665 $edesc=urlencode($desc); 666 662 667 $cbtn=str_replace("%%URL%%", $plink, $cbtn); 663 668 $cbtn=str_replace("%%EURL%%", $eplink, $cbtn); … … 665 670 $cbtn=str_replace("%%PIMAGE%%", $pimg, $cbtn); 666 671 $cbtn=str_replace("%%DESC%%", $desc, $cbtn); 672 $cbtn=str_replace("%%ETITLE%%", $eptitle, $cbtn); 673 $cbtn=str_replace("%%EDESC%%", $edesc, $cbtn); 667 674 668 675 $allbtns=explode("[BUTTON]",$cbtn);
Note: See TracChangeset
for help on using the changeset viewer.