Changeset 2277993
- Timestamp:
- 04/07/2020 06:25:49 AM (6 years ago)
- Location:
- creative-facebook-like-box
- Files:
-
- 4 edited
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (modified) (previous)
-
trunk/creative-facebook-like-box.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
creative-facebook-like-box/trunk/creative-facebook-like-box.php
r2236995 r2277993 1 1 <?php 2 2 /* 3 Plugin Name: Creative FacebookLike Box3 Plugin Name: Creative Like Box 4 4 Plugin URI: http://profiles.wordpress.org/mnaopu 5 5 Description: This is a simple Facebook Like Box Plugin. By this plugin you can add a widget for your Facebook page. … … 13 13 ?> 14 14 <div class="notice notice-success is-dismissible"> 15 <p><?php _e( 'Thanks! For Using <strong>Creative FacebookLike Box</strong> Plugin', '' ); ?></p>15 <p><?php _e( 'Thanks! For Using <strong>Creative Like Box</strong> Plugin', '' ); ?></p> 16 16 </div> 17 17 <?php … … 33 33 //Widget Function 34 34 function cflbox_info () { 35 $this->WP_Widget('cflbox_info', 'Creative FacebookLike Box', $widget_ops );35 $this->WP_Widget('cflbox_info', 'Creative Like Box', $widget_ops ); 36 36 } 37 37 -
creative-facebook-like-box/trunk/readme.txt
r2242827 r2277993 1 === Creative FacebookLike Box ===1 === Creative Like Box === 2 2 Contributors: mnaopu 3 3 Donate link: http://profiles.wordpress.org/mnaopu 4 4 Tags: like box, facebook likebox, facebook, likebox, facebook like box, facebook like box widget, creative facebook like box, creative facebook likebox widget 5 5 Requires at least: 3.3 6 Tested up to: 5. 3.26 Tested up to: 5.4 7 7 Stable tag: 3.3.2 8 8 License: GPLv2 or later … … 17 17 == Installation == 18 18 19 1. Upload "creative- facebook-like-box.zip" to the "/wp-content/plugins/" directory19 1. Upload "creative-like-box.zip" to the "/wp-content/plugins/" directory 20 20 2. Activate the plugin through the 'Plugins' menu in WordPress 21 3. go to "Appearance > Widgets" and you will get a new widget named Creative "FacebookLike Box"21 3. go to "Appearance > Widgets" and you will get a new widget named "Creative Like Box" 22 22 4. Just Add the widget in any widget area, just add title, facebook page url, height, width then enjoy. 23 23
Note: See TracChangeset
for help on using the changeset viewer.