Changeset 27843

Show
Ignore:
Timestamp:
12/27/07 02:31:19 (6 months ago)
Author:
dichev
Message:

Update of files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • add-me-dichev/trunk/addme_dichev.php

    r25135 r27843  
    3535       
    3636      if ( !is_feed() && !is_page() ) { 
    37             $content .= "\n" . '<!-- Begin social bookmarks plugin -->' . "\n" 
     37            $content .= "\n" . '<!-- Begin Add Me Dichev social bookmarks plugin -->' . "\n" 
    3838                  . '<!-- http://dichev.com/blog/webdesign/wordpress_social_bookmarks_buttons_plugin/ -->' . "\n" 
    3939                  . '<div style="padding:16px 0 16px 0;text-align:' . $my_align . ';width:' . $my_width . ';">' . "\n" 
     
    9191                  . '<a href="http://thisnext.com/pick/new/submit/sociable/?url=' . $my_link . '&amp;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" 
    9292                  . '<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" 
    9394                  . '<a href="http://webnews.de/einstellen?url=' . $my_link . '&amp;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" 
    9495                  . '<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" 
     
    102103                           
    103104                  . '</div>' . "\n" 
    104                           . '<!-- End social bookmarks plugin -->' . "\n\n";                           
     105                          . '<!-- End Add Me Dichev social bookmarks plugin -->' . "\n\n";                         
    105106    }                      
    106107      return $content; 
     
    109110add_filter('the_content', 'add_me', 1097); 
    110111 
    111 ?> 
     112?>    
  • add-me-dichev/trunk/readme.txt

    r25135 r27843  
    11=== Add Me Dichev === 
    22Contributors: dichev 
    3 Donate link: http://dichev.com/ 
    4 Tags: social, bookmarks, button, post, bulgaria 
     3Donate link: http://dichev.com/contact/english/ 
     4Tags: social, bookmarks, bookmark, media, technorati, del.icio.us, digg, reddit, google, yahoo, button, post, posts, links, link, page, pages, links, plugin, bulgaria, bulgarian 
    55Requires at least: 2.0.2 
    66Tested up to: 2.3 
     
    1111== Description == 
    1212 
    13 Add Me Dichev simply renders social bookmark buttons with icons after the post body, including the Bulgarian social bookmarks networks. 
     13Add Me Dichev simply renders social bookmark buttons with icons after the post body. 
     14The 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 
     16See 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 
     18The plugin includes bookmark buttons for the **Bulgarian** social networks: svejo.net, dao.bg, ping.bg, pipe.bg, web-bg.com, dobavi.com, lubimi.com. 
    1419 
    1520== Installation == 
    1621 
    17 1. Upload `/addme_dichev/` folder to the `/wp-content/plugins/` directory, like this: `/wp-content/plugins/addme_dichev/` 
     221. Upload the folder `/addme_dichev/` to your WP plugin folder `/wp-content/plugins/` directory 
     231. The path must look like this: `/wp-content/plugins/addme_dichev/` 
    18241. Activate the plugin through the 'Plugins' menu in WordPress admin 
    19251. 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 `//`. 
     261. Feel free to modify `addme_dichev.php` to suite your needs. 
     271. You can disable any of the buttons by commenting it's line by `//`. 
    2128 
    2229Good luck!