Changeset 1262474
- Timestamp:
- 10/09/2015 01:00:53 PM (10 years ago)
- Location:
- facebook-pixel/trunk
- Files:
-
- 3 edited
-
admin/optionsPage.php (modified) (2 diffs)
-
facebook-pixel.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
facebook-pixel/trunk/admin/optionsPage.php
r1262470 r1262474 11 11 <th scope="row">Facebook Pixel ID</th> 12 12 <td><input type="text" name="fbk_pixel_id" value="<?php echo get_option('fbk_pixel_id'); ?>" /></td> 13 14 </tr> 15 <tr valign="top"> 16 <th scope="row">Currency Code</th> 13 17 <td><input type="text" name="fbk_pixel_currency" value="<?php echo get_option('fbk_pixel_currency'); ?>" /></td> 14 </tr> 18 15 19 </tr> 16 20 </table> … … 20 24 </form> 21 25 </div> 26 27 -
facebook-pixel/trunk/facebook-pixel.php
r1262470 r1262474 5 5 Description: Includes Facebook Pixel on your website. 6 6 Author: Cristian Tala Sánchez 7 Version: 0.2 7 Version: 0.2.1 8 8 Author URI: http://www.cristiantala.cl 9 9 Plugin URI: https://bitbucket.org/ctala/wordpress-facebook-pixel/ -
facebook-pixel/trunk/readme.txt
r953594 r1262474 1 === Wordpress Facebook Pixel === 1 === Wordpress Facebook pixel === 2 Contributors: CTala 3 Tags: facebook, pixel 4 Requires at least: 3.0.1 5 Tested up to: 3.4 6 Stable tag: 0.2 7 License: GPLv2 or later 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 2 9 3 Contributors: Cristian Tala S. 10 This plugin will allow you to setup the Facebook Pixel Id for Remarketing on your wordpress site. 11 This will be particullary useful for eCommerce sites. 12 13 == Description == 14 15 This plugin will allow you to setup the Facebook Pixel Id for Remarketing on your wordpress site. 16 This will be particullary useful for eCommerce sites. 17 18 == Installation == 19 20 Just Upload the plugin using an ftp or throught the website to the plugin folder of wordpress. 4 21 5 22 6 23 7 Tags: facebook, pixel 24 ##Config 8 25 9 Requires at least: 3, 3.3+ 26 Go to the Facebook Pixel Settings and just include your Facebook Pixel ID. 10 27 11 Tested up to: 3.9 28 == Changelog == 12 29 13 Stable tag: 0.1 30 = 0.2.1 = 31 * Fix Style Issue in admin 14 32 15 == Description ==16 33 17 This plugin enables the facebook code needed for the remarketing campaigns. 34 = 0.2 = 35 * Updated due that the code changed. 36 * Added Currency. 37 38 = 0.1 = 39 * First Working Version 40 41 Have fun!
Note: See TracChangeset
for help on using the changeset viewer.