Changeset 27843
- Timestamp:
- 12/27/07 02:31:19 (6 months ago)
- Files:
-
- add-me-dichev/trunk/addme_dichev.php (modified) (4 diffs)
- add-me-dichev/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
add-me-dichev/trunk/addme_dichev.php
r25135 r27843 35 35 36 36 if ( !is_feed() && !is_page() ) { 37 $content .= "\n" . '<!-- Begin social bookmarks plugin -->' . "\n"37 $content .= "\n" . '<!-- Begin Add Me Dichev social bookmarks plugin -->' . "\n" 38 38 . '<!-- http://dichev.com/blog/webdesign/wordpress_social_bookmarks_buttons_plugin/ -->' . "\n" 39 39 . '<div style="padding:16px 0 16px 0;text-align:' . $my_align . ';width:' . $my_width . ';">' . "\n" … … 91 91 . '<a href="http://thisnext.com/pick/new/submit/sociable/?url=' . $my_link . '&name=' . $my_title . '" target="_blank" rel="nofollow" title="ThisNext"><img src="' . $my_images_folder . 'thisnext.gif" style="width:16px;height:16px;border:0px;" title="ThisNext" alt="ThisNext" /></a>' . "\n" 92 92 . '<a href="http://yigg.de/neu?exturl=' . $my_link . '" target="_blank" rel="nofollow" title="yigg.de"><img src="' . $my_images_folder . 'yigg.gif" style="width:16px;height:16px;border:0px;" alt="yigg.de" title="yigg.de" /></a>' . "\n" 93 . '<a href="http://readme.ru/submit.php?url=' . $my_link . '&title=' . $my_title . '" target="_blank" rel="nofollow" title="ReadMe.ru"><img src="' . $my_images_folder . 'readmeru.gif" style="width:16px;height:16px;border:0px;" alt="ReadMe.ru" title="ReadMe.ru" /></a>' . "\n" 93 94 . '<a href="http://webnews.de/einstellen?url=' . $my_link . '&title=' . $my_title . '" target="_blank" rel="nofollow" title="Webnews.de"><img src="' . $my_images_folder . 'webnews.gif" style="width:16px;height:16px;border:0px;" alt="Webnews.de" title="Webnews.de" /></a>' . "\n" 94 95 . '<a href="http://dobavi.com/quickpost.php?address=' . $my_link . '&title=' . $my_title . '" target="_blank" rel="nofollow" title="Dobavi.com"><img src="' . $my_images_folder . 'dobavicom.gif" style="width:16px;height:16px;border:0px;" alt="Dobavi.com" title="Dobavi.com" /></a>' . "\n" … … 102 103 103 104 . '</div>' . "\n" 104 . '<!-- End social bookmarks plugin -->' . "\n\n";105 . '<!-- End Add Me Dichev social bookmarks plugin -->' . "\n\n"; 105 106 } 106 107 return $content; … … 109 110 add_filter('the_content', 'add_me', 1097); 110 111 111 ?> 112 ?> add-me-dichev/trunk/readme.txt
r25135 r27843 1 1 === Add Me Dichev === 2 2 Contributors: dichev 3 Donate link: http://dichev.com/ 4 Tags: social, bookmarks, b utton, post, bulgaria3 Donate link: http://dichev.com/contact/english/ 4 Tags: social, bookmarks, bookmark, media, technorati, del.icio.us, digg, reddit, google, yahoo, button, post, posts, links, link, page, pages, links, plugin, bulgaria, bulgarian 5 5 Requires at least: 2.0.2 6 6 Tested up to: 2.3 … … 11 11 == Description == 12 12 13 Add Me Dichev simply renders social bookmark buttons with icons after the post body, including the Bulgarian social bookmarks networks. 13 Add Me Dichev simply renders social bookmark buttons with icons after the post body. 14 The plugin generates atomatic bookmarks links like AddThis, Technorati, del.icio.us, Digg, Reddit, ma.gnolia, Furl and many other popular social networks (about 60). It is very simple to modify this plugin and to add, edit or remove bookmark buttons. 15 16 See my tutorial on how to customize this plugin in [English](http://dichev.com/blog/webdesign/wordpress_social_bookmarks_buttons_plugin/ "English tutorial") and [Bulgarian](http://dichev.com/blog/webdesign/wordpress_social_bookmarks_buttons_plugin/ "Bulgarian tutorial"). 17 18 The plugin includes bookmark buttons for the **Bulgarian** social networks: svejo.net, dao.bg, ping.bg, pipe.bg, web-bg.com, dobavi.com, lubimi.com. 14 19 15 20 == Installation == 16 21 17 1. Upload `/addme_dichev/` folder to the `/wp-content/plugins/` directory, like this: `/wp-content/plugins/addme_dichev/` 22 1. Upload the folder `/addme_dichev/` to your WP plugin folder `/wp-content/plugins/` directory 23 1. The path must look like this: `/wp-content/plugins/addme_dichev/` 18 24 1. Activate the plugin through the 'Plugins' menu in WordPress admin 19 25 1. You are ready, check the social bookmark buttons after your posts 20 1. Feel free to modify `addme_dichev.php` to suite your needs. You can disable any of the buttons by commenting it's line by `//`. 26 1. Feel free to modify `addme_dichev.php` to suite your needs. 27 1. You can disable any of the buttons by commenting it's line by `//`. 21 28 22 29 Good luck!
