Changeset 2126922
- Timestamp:
- 07/22/2019 10:45:36 PM (7 years ago)
- Location:
- facebook-like-send-button
- Files:
-
- 9 added
- 6 edited
-
assets/banner-772x250.jpg (modified) (previous)
-
assets/icon-256x256.jpg (modified) (previous)
-
tags/1.1.5 (added)
-
tags/1.1.5/admin.css (added)
-
tags/1.1.5/class-admin.php (added)
-
tags/1.1.5/class-frontend.php (added)
-
tags/1.1.5/facebook-like-send-button.php (added)
-
tags/1.1.5/images (added)
-
tags/1.1.5/images/paypal.gif (added)
-
tags/1.1.5/images/peadig-landscape-300.png (added)
-
tags/1.1.5/readme.txt (added)
-
trunk/class-admin.php (modified) (2 diffs)
-
trunk/class-frontend.php (modified) (3 diffs)
-
trunk/facebook-like-send-button.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
facebook-like-send-button/trunk/class-admin.php
r903910 r2126922 1 1 <?php 2 define("FBLS_NAME"," Facebook Comments");2 define("FBLS_NAME","Like and Send Button"); 3 3 define("FBLS_TAGLINE","Insert the Facebook Like and/or Send button to any post, page or template!"); 4 4 define("FBLS_URL","http://peadig.com/wordpress-plugins/facebook-like-share-button/"); … … 33 33 add_action('admin_menu', 'show_fbls_options'); 34 34 function show_fbls_options() { 35 add_options_page(' Facebook Like & Send Options', 'FacebookLike & Send', 'manage_options', 'fblikesend', 'fbls_options');35 add_options_page('Like & Send Options', 'Like & Send', 'manage_options', 'fblikesend', 'fbls_options'); 36 36 } 37 37 -
facebook-like-send-button/trunk/class-frontend.php
r1125133 r2126922 27 27 if ($options['fbml'] == 'on') { 28 28 ?> 29 <!-- FacebookLike & Share Button: http://peadig.com/wordpress-plugins/facebook-like-share-button/ -->29 <!-- Like & Share Button: http://peadig.com/wordpress-plugins/facebook-like-share-button/ --> 30 30 <div id="fb-root"></div> 31 31 <script>(function(d, s, id) { … … 53 53 (is_page() && $options['pages'] == 'on') || 54 54 ((is_home() || is_front_page()) && $options['homepage'] == 'on')) { 55 $content .= "<!-- FacebookLike & Share Button: http://peadig.com/wordpress-plugins/facebook-like-share-button/ -->";55 $content .= "<!-- Like & Share Button: http://peadig.com/wordpress-plugins/facebook-like-share-button/ -->"; 56 56 57 57 if ($options['html5'] == 'on') { … … 81 81 $fbls[$key] = $option; 82 82 } 83 $fbls_sc = "<!-- FacebookLike & Share Button: http://peadig.com/wordpress-plugins/facebook-like-share-button/ -->";83 $fbls_sc = "<!-- Like & Share Button: http://peadig.com/wordpress-plugins/facebook-like-share-button/ -->"; 84 84 85 85 if ($fbls[html5] == 'on') { -
facebook-like-send-button/trunk/facebook-like-send-button.php
r1852809 r2126922 1 1 <?php 2 2 /* 3 Plugin Name: Peadig's FacebookLike & Share Button3 Plugin Name: Peadig's Like & Share Button 4 4 Plugin URI: http://peadig.com/wordpress-plugins/facebook-like-share-button/ 5 5 Description: Insert the Facebook Like and/or Share button to any post, page or template with this simple plugin. Also lets you add them via shortcode anywhere in your site! 6 Version: 1.1. 46 Version: 1.1.5 7 7 Author: Alex Moss 8 8 Author URI: http://peadig.com/people/alex-moss/ -
facebook-like-send-button/trunk/readme.txt
r1852809 r2126922 1 === Peadig's FacebookLike & Share Button ===1 === Peadig's Like & Share Button === 2 2 Contributors: alexmoss, pleer 3 3 Donate link: http://peadig.com/go/facebook-comments-paypal/ … … 5 5 Tags: facebook, like, facebook like, like button, facebook like button, share, facebook share, share button, facebook share button, post, pages, page, wordpress 6 6 Requires at least: 3.1 7 Tested up to: 4.2.28 Stable tag: 1.1. 47 Tested up to: 5.2.2 8 Stable tag: 1.1.5 9 9 10 10 Insert the Facebook Like and/or Send button to any post, page or template with this simple plugin. Also lets you add them via shortcode anywhere in your site! … … 16 16 Simply install the plugin and follow the instructions on the Settings page. 17 17 18 * [ Facebook Like](http://peadig.com/wordpress-plugins/facebook-like-share-button/) plugin homepage.18 * [Plugin Homepage](http://peadig.com/wordpress-plugins/facebook-like-share-button/). 19 19 * More [WordPress Plugins](http://peadig.com/wordpress-plugins/). 20 20 * [Peadig](http://peadig.com/): A WordPress Framework built with Bootstrap. … … 31 31 1. Upload `facebook-like-send-button` directory to the `/wp-content/plugins/` directory 32 32 2. Activate the plugin through the 'Plugins' menu in WordPress 33 3. Go to the Facebook Commentssettings33 3. Go to the Like & Share settings 34 34 4. Go through the steps and hit update! 35 35 36 36 == Changelog == 37 37 38 = 1.1.4 = 39 40 * Remove FB copyright 38 41 39 42 = 1.1.3 =
Note: See TracChangeset
for help on using the changeset viewer.