Plugin Directory

Changeset 2277993


Ignore:
Timestamp:
04/07/2020 06:25:49 AM (6 years ago)
Author:
mnaopu
Message:

update

Location:
creative-facebook-like-box
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • creative-facebook-like-box/trunk/creative-facebook-like-box.php

    r2236995 r2277993  
    11<?php
    22/*
    3 Plugin Name: Creative Facebook Like Box
     3Plugin Name: Creative Like Box
    44Plugin URI: http://profiles.wordpress.org/mnaopu
    55Description: This is a simple Facebook Like Box Plugin. By this plugin you can add a widget for your Facebook page.
     
    1313    ?>
    1414    <div class="notice notice-success is-dismissible">
    15         <p><?php _e( 'Thanks! For Using <strong>Creative Facebook Like Box</strong> Plugin', '' ); ?></p>
     15        <p><?php _e( 'Thanks! For Using <strong>Creative Like Box</strong> Plugin', '' ); ?></p>
    1616    </div>
    1717    <?php
     
    3333//Widget Function
    3434function cflbox_info () {
    35     $this->WP_Widget('cflbox_info', 'Creative Facebook Like Box', $widget_ops );       
     35    $this->WP_Widget('cflbox_info', 'Creative Like Box', $widget_ops );       
    3636}
    3737
  • creative-facebook-like-box/trunk/readme.txt

    r2242827 r2277993  
    1 === Creative Facebook Like Box ===
     1=== Creative Like Box ===
    22Contributors: mnaopu
    33Donate link: http://profiles.wordpress.org/mnaopu
    44Tags: like box, facebook likebox, facebook, likebox, facebook like box, facebook like box widget, creative facebook like box, creative facebook likebox widget
    55Requires at least: 3.3
    6 Tested up to: 5.3.2
     6Tested up to: 5.4
    77Stable tag: 3.3.2
    88License: GPLv2 or later
     
    1717== Installation ==
    1818
    19 1. Upload "creative-facebook-like-box.zip" to the "/wp-content/plugins/" directory
     191. Upload "creative-like-box.zip" to the "/wp-content/plugins/" directory
    20202. Activate the plugin through the 'Plugins' menu in WordPress
    21 3. go to "Appearance > Widgets" and you will get a new widget named Creative "Facebook Like Box"
     213. go to "Appearance > Widgets" and you will get a new widget named "Creative Like Box"
    22224. Just Add the widget in any widget area, just add title, facebook page url, height, width then enjoy.
    2323
Note: See TracChangeset for help on using the changeset viewer.