Plugin Directory

Changeset 141838

Timestamp:
08/01/2009 07:58:56 PM (15 years ago)
Author:
navjotjsingh
Message:

0.2 version

Location:
indian-sociable/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • indian-sociable/trunk/readme.txt

    r137015 r141838  
    44Requires at least: 2.6
    55Tested up to: 2.8.2
    6 Stable tag: 0.1
     6Stable tag: 0.
    77
    88Adds Indian Social Bookmarking Websites to Sociable Plugin by Joost.
     
    1111There are so many Indian Social Bookmarking Sites available on internet. This Plugin was created so that you can easily add Indian Social Bookmarking Sites to your posts. This Plugin is an addon of [Sociable](http://yoast.com/wordpress/sociable/) Plugin by Joost. Hence, this plugin requires Sociable(3.4 version and above) to be installed first for it to work.
    1212
    13 Currently this plugin supports: BestofIndya, BharatBoom, Humsurfer, IndiaBol, IndianBytes, IndianTags, Newzly, Rambhai and Spotonce
     13Currently this plugin supports: BestofIndya, BharatBoom, Humsurfer, IndiaBol, IndianBytes, IndianTags,
    1414
    1515If you want to add your Social Bookmarking site(Must be Indian) to Indian Sociable Plugin, then [contact me](http://nspeaks.com/contact/).
     
    2828== Changelog ==
    2929
     30
     31
     32
     33
    3034= 0.1 =
    3135* Intial Release
  • indian-sociable/trunk/sociablein.php

    r137015 r141838  
    44Plugin URI: http://nspeaks.com/671/indian-sociable-wordpress-plugin-released/
    55Description: Adds Indian Sites to <a href="http://yoast.com/wordpress/sociable/">Sociable</a> Plugin.
    6 Version: 0.1
     6Version: 0.
    77Author: Navjot Singh
    88Author URI: http://nspeaks.com/
     
    3535    'url' => 'http://www.indiantags.com/submit.php?url=PERMALINK',
    3636  );
     37
     38
     39
     40
    3741    $known_sites['Newzly'] = array(
    3842    'favicon' => $inpath.'newzly.png',
    3943    'url' => 'http://www.newzly.com/submit.php?url=PERMALINK',
     44
     45
     46
     47
     48
     49
     50
     51
    4052  );
    4153    $known_sites['Rambhai'] = array(
     
    4759    'url' => 'http://www.spotonce.com/submit.php?url=PERMALINK',
    4860  );
     61
     62
     63
     64
    4965  return $known_sites;
    5066}
Note: See TracChangeset for help on using the changeset viewer.