Home Puce RSS Feeds

Tool for subscribing to RSS feeds

Here's the code to place into your page, preferably just before the closing tag </body>
<script type="text/javascript" src="http://static.addinto.com/ai/ai2_feed.js"></script>
Get your button

Examples

Show code AddInto : Default button

Show code Share : Default button, text version

Show code AddInto : Show the dropdown menu when the user clicks the button

Show code AddInto : Show the box when the user clicks the button (without dropdown menu)

AddInto button customization (API)

Variable Type Description Default
ai2_feed
String Customizing the dropdown menu services
Example :
<script type="text/javascript">
ai2_feed = "Bloglines, Google Reader, Netvibes";
</script>
Info
ai2_feeds
String Customizing the box services
Example :
<script type="text/javascript">
ai2_feeds = "Bloglines, Google Reader, Netvibes";
</script>
Info
ai2_custom_feeds
Array Add custom services to the lightbox
Example :
<script type="text/javascript">
ai2_custom_feeds = [
        ["Example1", "http://www.example.com/?url={AI2_URL}&title={AI2_TITLE}", "http://www.example.com/icon1.gif"],
        ["Example2", "http://www.example.com/?url={AI2_URL}&title={AI2_TITLE}", "http://www.example.com/icon2.gif"]
];
</script>
-
ai2_priority_feeds
String Specify the services you want to display before all others in the lightbox
Example :
<script type="text/javascript">
ai2_priority_feeds = "Bloglines, Google Reader, Netvibes";
</script>
-
ai2_exclude_feeds
String Specify the services you want to exclude from the dropdown menu and the lightbox
Example :
<script type="text/javascript">
ai2_exclude_feeds = "bloglines, more";
</script>
-
ai2_lg
String Language service: "fr" for French, "en" for English, "el" for Greek
Example :
<script type="text/javascript">
ai2_lg = "fr";
</script>
Info
The browser language
ai2_hide_embeds
Boolean Hide embedded objects (like flash) when the dropdown menu or the box are displayed
Example :
<script type="text/javascript">
ai2_hide_embeds = true;
</script>
false
ai2_per_page
Integer Number of services to display per page in the box
Example :
<script type="text/javascript">
ai2_per_page = 20;
</script>
32
ai2_cols
Integer Number of columns to display in the box
Possible values : 2, 3, 4, 5, 6
Example :
<script type="text/javascript">
ai2_cols = 3;
</script>
4
ai2_css_txt
Hex Customizing "Bookmark / Share" and "Powered by AddInto" color
Example :
<script type="text/javascript">
ai2_css_txt = "000000";
</script>
Info
ai2_css_txt = "666666";
ai2_css_border
Hex Customizing the border color
Example :
<script type="text/javascript">
ai2_css_border = "0066FF";
</script>
Info
ai2_css_border = "999999";
ai2_css_link
Hex Customizing link text color
Example :
<script type="text/javascript">
ai2_css_link = "FF0000";
</script>
Info
ai2_css_link_hover
Hex Customizing link text hover color
Example :
<script type="text/javascript">
ai2_css_link_hover = "FFFFFF";
</script>
Info
ai2_css_button_hover
Hex Customizing button hover color
Example :
<script type="text/javascript">
ai2_css_button_hover = "FF6600";
</script>
Info
ai2_css_button_hover = "EEEEEE";
ai2_css_wrapper_bg
Hex Customizing wrapper background color
Example :
<script type="text/javascript">
ai2_css_wrapper_bg = "3399CC";
</script>
Info
ai2_css_wrapper_bg = "DDDDDD";
ai2_feeds_left
Integer Specifies (in number of pixels) the left offset of the dropdown menu
Example :
<script type="text/javascript">
ai2_feeds_left = 10;
</script>
0
ai2_feeds_top
Integer Specifies (in number of pixels) the top offset of the dropdown menu
Example :
<script type="text/javascript">
ai2_feeds_top = 10;
</script>
0