Changeset 484618
- Timestamp:
- 01/04/2012 06:12:24 PM (14 years ago)
- Location:
- author-box-reloaded-pack/trunk
- Files:
-
- 2 added
- 15 edited
-
author-box-reloaded-pack.php (modified) (2 diffs)
-
branchout.php (modified) (2 diffs)
-
crunchbase.php (modified) (2 diffs)
-
drupalassociation.php (modified) (2 diffs)
-
facebook.php (modified) (2 diffs)
-
googleplus.php (modified) (3 diffs)
-
identica.php (modified) (2 diffs)
-
images/skypeme.png (added)
-
linkedin.php (modified) (2 diffs)
-
netlog.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
skypeme.php (added)
-
twitter.php (modified) (2 diffs)
-
vimeo.php (modified) (2 diffs)
-
wordpress.php (modified) (2 diffs)
-
xing.php (modified) (1 diff)
-
youtube.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
author-box-reloaded-pack/trunk/author-box-reloaded-pack.php
r443925 r484618 4 4 Plugin URI: http://wordpress.org/extend/plugins/author-box-reloaded-pack/ 5 5 Description: Adds External Contact fields to your profile. Just need to insert your UserID. Requires Author Box Reloaded 2.0 or greater. 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Lopo Lencastre de Almeida - iPublicis.com 8 8 Author URI: http://www.ipublicis.com … … 10 10 License: GNU GPL v3 or later 11 11 12 Copyright (C) 2010, 201 1iPublicis!COM12 Copyright (C) 2010, 2012 iPublicis!COM 13 13 14 14 This program is free software: you can redistribute it and/or modify -
author-box-reloaded-pack/trunk/branchout.php
r443923 r484618 4 4 Plugin URI: http://wordpress.org/extend/plugins/author-box-reloaded-pack/ 5 5 Description: Adds a new contact field to your profile. Just need to insert your UserID. Requires Author Box Reloaded 2.0 or greater. 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Lopo Lencastre de Almeida - iPublicis.com 8 8 Author URI: http://www.ipublicis.com … … 10 10 License: GNU GPL v3 or later 11 11 12 13 Copyright (C) 2010, 2011 iPublicis!COM 12 Copyright (C) 2010, 2012 iPublicis!COM 14 13 15 14 This program is free software: you can redistribute it and/or modify -
author-box-reloaded-pack/trunk/crunchbase.php
r443938 r484618 4 4 Plugin URI: http://wordpress.org/extend/plugins/author-box-reloaded-pack/ 5 5 Description: Adds a new contact field to your profile. Just need to insert your UserID. Requires Author Box Reloaded 2.0 or greater. 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Lopo Lencastre de Almeida - iPublicis.com 8 8 Author URI: http://www.ipublicis.com … … 10 10 License: GNU GPL v3 or later 11 11 12 13 Copyright (C) 2010 iPublicis!COM 12 Copyright (C) 2010, 2012 iPublicis!COM 14 13 15 14 This program is free software: you can redistribute it and/or modify -
author-box-reloaded-pack/trunk/drupalassociation.php
r443923 r484618 4 4 Plugin URI: http://wordpress.org/extend/plugins/author-box-reloaded-pack/ 5 5 Description: Adds a new contact field to your profile. Just need to insert your UserID. Requires Author Box Reloaded 2.0 or greater. 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Lopo Lencastre de Almeida - iPublicis.com 8 8 Author URI: http://www.ipublicis.com … … 10 10 License: GNU GPL v3 or later 11 11 12 13 Copyright (C) 2010, 2011 iPublicis!COM 12 Copyright (C) 2010, 2012 iPublicis!COM 14 13 15 14 This program is free software: you can redistribute it and/or modify -
author-box-reloaded-pack/trunk/facebook.php
r443923 r484618 4 4 Plugin URI: http://wordpress.org/extend/plugins/author-box-reloaded-pack/ 5 5 Description: Adds a new contact field to your profile. Just need to insert your UserID. Requires Author Box Reloaded 2.0 or greater. 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Lopo Lencastre de Almeida - iPublicis.com 8 8 Author URI: http://www.ipublicis.com … … 10 10 License: GNU GPL v3 or later 11 11 12 13 Copyright (C) 2010, 2011 iPublicis!COM 12 Copyright (C) 2010, 2012 iPublicis!COM 14 13 15 14 This program is free software: you can redistribute it and/or modify -
author-box-reloaded-pack/trunk/googleplus.php
r443969 r484618 4 4 Plugin URI: http://wordpress.org/extend/plugins/author-box-reloaded-pack/ 5 5 Description: Adds a new contact field to your profile. Just need to insert your UserID. Requires Author Box Reloaded 2.0 or greater. 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Lopo Lencastre de Almeida - iPublicis.com 8 8 Author URI: http://www.ipublicis.com … … 10 10 License: GNU GPL v3 or later 11 11 12 13 Copyright (C) 2010, 2011 iPublicis!COM 12 Copyright (C) 2010, 2012 iPublicis!COM 14 13 15 14 This program is free software: you can redistribute it and/or modify … … 69 68 */ 70 69 function googleplus_authorbox_add_sites( $known_sites ) { // CHANGE the function prefix name 71 $known_sites['Google Plus'] = array(// CHANGE the key name70 $known_sites['Google+'] = array( // CHANGE the key name 72 71 'favicon' => plugin_dir_url( __FILE__ ) . 'images/googleplus.png', // CHANGE the image name 73 72 'url' => 'http://plus.google.com/USERNAME', // CHANGE the service URI -
author-box-reloaded-pack/trunk/identica.php
r443923 r484618 4 4 Plugin URI: http://wordpress.org/extend/plugins/author-box-reloaded-pack/ 5 5 Description: Adds a new contact field to your profile. Just need to insert your UserID. Requires Author Box Reloaded 2.0 or greater. 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Lopo Lencastre de Almeida - iPublicis.com 8 8 Author URI: http://www.ipublicis.com … … 10 10 License: GNU GPL v3 or later 11 11 12 13 Copyright (C) 2010, 2011 iPublicis!COM 12 Copyright (C) 2010, 2012 iPublicis!COM 14 13 15 14 This program is free software: you can redistribute it and/or modify -
author-box-reloaded-pack/trunk/linkedin.php
r443923 r484618 4 4 Plugin URI: http://wordpress.org/extend/plugins/author-box-reloaded-pack/ 5 5 Description: Adds a new contact field to your profile. Just need to insert your UserID. Requires Author Box Reloaded 2.0 or greater. 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Lopo Lencastre de Almeida - iPublicis.com 8 8 Author URI: http://www.ipublicis.com … … 10 10 License: GNU GPL v3 or later 11 11 12 13 Copyright (C) 2010, 2011 iPublicis!COM 12 Copyright (C) 2010, 2012 iPublicis!COM 14 13 15 14 This program is free software: you can redistribute it and/or modify -
author-box-reloaded-pack/trunk/netlog.php
r443938 r484618 4 4 Plugin URI: http://wordpress.org/extend/plugins/author-box-reloaded-pack/ 5 5 Description: Adds a new contact field to your profile. Just need to insert your UserID. Requires Author Box Reloaded 2.0 or greater. 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Lopo Lencastre de Almeida - iPublicis.com 8 8 Author URI: http://www.ipublicis.com … … 10 10 License: GNU GPL v3 or later 11 11 12 13 Copyright (C) 2010 iPublicis!COM 12 Copyright (C) 2010, 2012 iPublicis!COM 14 13 15 14 This program is free software: you can redistribute it and/or modify -
author-box-reloaded-pack/trunk/readme.txt
r443923 r484618 7 7 Tags: user profile contacts, user, author, theme, plugin, extra, profile, social network profile 8 8 Requires at least: 2.8.0 9 Tested up to: 3. 2.110 Stable tag: 1.1. 19 Tested up to: 3.3.1 10 Stable tag: 1.1.2 11 11 12 12 Adds the Author Box Reloaded External Contact plugins. … … 15 15 == Description == 16 16 17 It allows the author to define links to the external websites like Twitter, Identi.ca, Facebook, Netlog, LinkedIn, Xing, Drupal Association, Vimeo, BranchOut, Youtube, Google+ and Wordpress.Org (included) when using [Author Box Reloaded](http://wordpress.org/extend/plugins/author-box-2/). At the front-end those will appear as clickable icons.17 It allows the author to define links to the external websites like Twitter, Identi.ca, Facebook, Netlog, LinkedIn, Xing, Drupal Association, Vimeo, BranchOut, Youtube, Google+, Skype and Wordpress.Org (included) when using [Author Box Reloaded](http://wordpress.org/extend/plugins/author-box-2/). At the front-end those will appear as clickable icons. 18 18 19 19 Those external websites are very simple plugins and you can check the included ones to see how to make your owns. … … 78 78 == Changelog == 79 79 80 = 1.1.2 = 81 82 * Added Skype callto://. 83 80 84 = 1.1.1 = 81 85 -
author-box-reloaded-pack/trunk/twitter.php
r443923 r484618 4 4 Plugin URI: http://wordpress.org/extend/plugins/author-box-reloaded-pack/ 5 5 Description: Adds a new contact field to your profile. Just need to insert your UserID. Requires Author Box Reloaded 2.0 or greater. 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Lopo Lencastre de Almeida - iPublicis.com 8 8 Author URI: http://www.ipublicis.com … … 10 10 License: GNU GPL v3 or later 11 11 12 13 Copyright (C) 2010, 2011 iPublicis!COM 12 Copyright (C) 2010, 2012 iPublicis!COM 14 13 15 14 This program is free software: you can redistribute it and/or modify -
author-box-reloaded-pack/trunk/vimeo.php
r443923 r484618 4 4 Plugin URI: http://wordpress.org/extend/plugins/author-box-reloaded-pack/ 5 5 Description: Adds a new contact field to your profile. Just need to insert your UserID. Requires Author Box Reloaded 2.0 or greater. 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Lopo Lencastre de Almeida - iPublicis.com 8 8 Author URI: http://www.ipublicis.com … … 10 10 License: GNU GPL v3 or later 11 11 12 13 Copyright (C) 2010, 2011 iPublicis!COM 12 Copyright (C) 2010, 2012 iPublicis!COM 14 13 15 14 This program is free software: you can redistribute it and/or modify -
author-box-reloaded-pack/trunk/wordpress.php
r443923 r484618 4 4 Plugin URI: http://wordpress.org/extend/plugins/author-box-reloaded-pack/ 5 5 Description: Adds a new contact field to your profile. Just need to insert your UserID. Requires Author Box Reloaded 2.0 or greater. 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Lopo Lencastre de Almeida - iPublicis.com 8 8 Author URI: http://www.ipublicis.com … … 10 10 License: GNU GPL v3 or later 11 11 12 13 Copyright (C) 2010, 2011 iPublicis!COM 12 Copyright (C) 2010, 2012 iPublicis!COM 14 13 15 14 This program is free software: you can redistribute it and/or modify -
author-box-reloaded-pack/trunk/xing.php
r443923 r484618 4 4 Plugin URI: http://wordpress.org/extend/plugins/author-box-reloaded-pack/ 5 5 Description: Adds a new contact field to your profile. Just need to insert your UserID. Requires Author Box Reloaded 2.0 or greater. 6 Version: 1.1. 17 Author: Sven Schneider <schneider.sven@permanentmedia.de>8 Author URI: http://www. permanentmedia.de6 Version: 1.1.2 7 Author: Lopo Lencastre de Almeida - iPublicis.com 8 Author URI: http://www.ipublicis.com 9 9 Donate link: http://smsh.me/7kit 10 10 License: GNU GPL v3 or later 11 11 12 13 Copyright (C) 2010, 2011 iPublicis!COM 12 Copyright (C) 2010, 2012 iPublicis!COM 14 13 15 14 This program is free software: you can redistribute it and/or modify -
author-box-reloaded-pack/trunk/youtube.php
r443923 r484618 4 4 Plugin URI: http://wordpress.org/extend/plugins/author-box-reloaded-pack/ 5 5 Description: Adds a new contact field to your profile. Just need to insert your UserID. Requires Author Box Reloaded 2.0 or greater. 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Lopo Lencastre de Almeida - iPublicis.com 8 8 Author URI: http://www.ipublicis.com … … 10 10 License: GNU GPL v3 or later 11 11 12 13 Copyright (C) 2010, 2011 iPublicis!COM 12 Copyright (C) 2010, 2012 iPublicis!COM 14 13 15 14 This program is free software: you can redistribute it and/or modify
Note: See TracChangeset
for help on using the changeset viewer.