Plugin Directory

Changeset 2126922


Ignore:
Timestamp:
07/22/2019 10:45:36 PM (7 years ago)
Author:
alexmoss
Message:

1.1.5 release

Location:
facebook-like-send-button
Files:
9 added
6 edited

Legend:

Unmodified
Added
Removed
  • facebook-like-send-button/trunk/class-admin.php

    r903910 r2126922  
    11<?php
    2 define("FBLS_NAME","Facebook Comments");
     2define("FBLS_NAME","Like and Send Button");
    33define("FBLS_TAGLINE","Insert the Facebook Like and/or Send button to any post, page or template!");
    44define("FBLS_URL","http://peadig.com/wordpress-plugins/facebook-like-share-button/");
     
    3333add_action('admin_menu', 'show_fbls_options');
    3434function show_fbls_options() {
    35     add_options_page('Facebook Like & Send Options', 'Facebook Like & Send', 'manage_options', 'fblikesend', 'fbls_options');
     35    add_options_page('Like & Send Options', 'Like & Send', 'manage_options', 'fblikesend', 'fbls_options');
    3636}
    3737
  • facebook-like-send-button/trunk/class-frontend.php

    r1125133 r2126922  
    2727if ($options['fbml'] == 'on') {
    2828?>
    29 <!-- Facebook Like & Share Button: http://peadig.com/wordpress-plugins/facebook-like-share-button/ -->
     29<!-- Like & Share Button: http://peadig.com/wordpress-plugins/facebook-like-share-button/ -->
    3030<div id="fb-root"></div>
    3131<script>(function(d, s, id) {
     
    5353       (is_page() && $options['pages'] == 'on') ||
    5454       ((is_home() || is_front_page()) && $options['homepage'] == 'on')) {
    55         $content .= "<!-- Facebook Like & 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/ -->";
    5656
    5757        if ($options['html5'] == 'on') {
     
    8181            $fbls[$key] = $option;
    8282    }
    83         $fbls_sc = "<!-- Facebook Like & 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/ -->";
    8484
    8585        if ($fbls[html5] == 'on') {
  • facebook-like-send-button/trunk/facebook-like-send-button.php

    r1852809 r2126922  
    11<?php
    22/*
    3 Plugin Name:  Peadig's Facebook Like & Share Button
     3Plugin Name:  Peadig's Like & Share Button
    44Plugin URI:   http://peadig.com/wordpress-plugins/facebook-like-share-button/
    55Description:  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.4
     6Version:      1.1.5
    77Author: Alex Moss
    88Author URI: http://peadig.com/people/alex-moss/
  • facebook-like-send-button/trunk/readme.txt

    r1852809 r2126922  
    1 === Peadig's Facebook Like & Share Button ===
     1=== Peadig's Like & Share Button ===
    22Contributors: alexmoss, pleer
    33Donate link:  http://peadig.com/go/facebook-comments-paypal/
     
    55Tags: facebook, like, facebook like, like button, facebook like button, share, facebook share, share button, facebook share button, post, pages, page, wordpress
    66Requires at least: 3.1
    7 Tested up to: 4.2.2
    8 Stable tag: 1.1.4
     7Tested up to: 5.2.2
     8Stable tag: 1.1.5
    99
    1010Insert 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!
     
    1616Simply install the plugin and follow the instructions on the Settings page.
    1717
    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/).
    1919* More [WordPress Plugins](http://peadig.com/wordpress-plugins/).
    2020* [Peadig](http://peadig.com/): A WordPress Framework built with Bootstrap.
     
    31311. Upload `facebook-like-send-button` directory to the `/wp-content/plugins/` directory
    32322. Activate the plugin through the 'Plugins' menu in WordPress
    33 3. Go to the Facebook Comments settings
     333. Go to the Like & Share settings
    34344. Go through the steps and hit update!
    3535
    3636== Changelog ==
    3737
     38= 1.1.4 =
     39
     40* Remove FB copyright
    3841
    3942= 1.1.3 =
Note: See TracChangeset for help on using the changeset viewer.