Changeset 986067
- Timestamp:
- 09/10/2014 05:31:40 AM (12 years ago)
- Location:
- comments-facebook
- Files:
-
- 4 added
- 2 edited
-
tags/2.1.2 (added)
-
tags/2.1.2/commentsfacebook.php (added)
-
tags/2.1.2/options.php (added)
-
tags/2.1.2/readme.txt (added)
-
trunk/commentsfacebook.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
comments-facebook/trunk/commentsfacebook.php
r982778 r986067 4 4 Plugin URI: http://www.goodfidelity.com/ 5 5 Description: This plugin will display the comments of Facebook after of post. Contribute your SEO. No more comments spam. Easy to install. Also will display the share button of facebook. 6 Version: 2.1. 16 Version: 2.1.2 7 7 Author: Demo GoodFidelity 8 8 Author URI: http://www.goodfidelity.com/ … … 82 82 83 83 if($app_share != ""){ 84 ?> 85 <a style="color:#FFF; text-decoration:none" href="#" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=<?php echo $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];?>','facebook-share-dialog','width=626,height=436'); return false;" title="Facebook"><div style="margin: 30px 0px 30px 0px; font-size:24px; padding:20px 0px 20px 0px; width:100%; background:#036; text-align:center"><strong><?php echo $app_text_share ?></strong></div></a> 84 ?> 85 <style> 86 div#buttonface{ 87 margin: 30px 0px 30px 0px; 88 font-size:24px; 89 padding:20px 0px 20px 0px; 90 width:100%; 91 background:#036; 92 text-align:center; 93 } 94 </style> 95 96 <a style="color:#FFF; text-decoration:none" href="#" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=<?php echo $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];?>','facebook-share-dialog','width=626,height=436'); return false;" title="Facebook"><div id="buttonface" ><strong><?php echo $app_text_share ?></strong></div></a> 86 97 <?php 87 98 } ?> -
comments-facebook/trunk/readme.txt
r982778 r986067 5 5 Requires at least: 4.0 6 6 Tested up to: 4.0 7 Stable tag: 2.1. 17 Stable tag: 2.1.2 8 8 9 9 This plugin will display the comments of Facebook after of post. Contribute your SEO. No more comments spam. Easy to install. Also will display the share button of facebook. … … 50 50 51 51 == Changelog == 52 = 2.1.2 = 53 * Change style 52 54 = 2.1.1 = 53 55 * Adapted to WordPress 4.0
Note: See TracChangeset
for help on using the changeset viewer.