Webslicer - 0.7

April 27th, 2009

New version of the webslicer wordpress plugin.

Description

Now this wordpress plugin allow you to add more than one webslice to your blog.

The webslicer plugin will let you easily add webslices that users can use as a bookmark for your site and checks updates out of your site with the new IE8 (and firefox plugin`s) feature.

There are difierent options for generate webslice:

  • Discovery: Can select if discover In-Page when the point is over a webslice is enabling.
  • Manual webslice: This option permits generate a more manual control webslice.
  • Feeds webslices: This option generates webslices based in different types of RSS feeds. Also you can use a widget for generate visible buttons for this.
  • Recents webslices: This option generates wrapper webslices for recent comments and posts widgets.
  • Posts webslices: With webslicer can use [webslice]…[/webslice] and [webslice_button] in editor for posts and pages.

Also is posible show a ‘Webslice for this’ button and customize CSS styles.

Questions and feedback please mail to webslicer.feedback@gmail.com or here: http://code.google.com/p/webslicer/issues/list or comment here.


Read more…

admin plugins , , ,

Webslicer - 0.7 - coming soon

April 3rd, 2009

– coming soon–

 

Main new features for the next release…

  • Automatic webslices for ALL rss feeds of the blog (category, tag… and for comments!!)
  • Webslices for individual post (for example: post about event with updates…)
  • And more…

admin plugins , , ,

Webslicer - 0.5

March 31st, 2009

New version of  the webslicer wordpress plugin. Now this wordpress plugin  allow you to add a rss feed item based or normal webslice to your blog.

The webslicer plugin will let you easily add a webslice rss feed item based or a normal webslice that users can use as a bookmark for your site and checks updates out of your site with the new IE8 (and firefox plugin`s) feature.

Questions and feedback please mail to webslicer.feedback@gmail.com or here: http://code.google.com/p/webslicer/issues/list or comment here.

Next releases: more css customizable, more than one webslice…

Installation

  • Download Webslicer For WordPress.
  • Unzip and upload the file into your wp-content/plugins/ directory.
  • Activate the plugin on your Admin Panel->Plugin Management page.
  • Done.

Go to Admin Panel->Settings->Webslicer to change options fields.

For default the options value are:

  • Entry title: “RSS feed - [blog_title]“
  • Entry content: “<div> websliceME!!! or dynamic content here</div>”
  • Time to live: 60
  • Feed RSS item based?: yes - RSS address (URL): “[blog_rss]“
  • Visible no

This options will generated something similar to this into the blog´s footer:

    <div class="hslice" id="1">
        <p class="entry-title" style="display:none;">
		RSS feed - [blog_title]
	</p>
        <div class="entry-content" style="display:none;">
		<div> websliceME!!! or dynamic content here</div>
        </div>
        <a rel="feedurl" href="[blog_rss]"  style="display:none;></a>
        <p style="display:none;"><span class="ttl">60</span></p>
    </div>

or this as a normal webslice (Feed RSS item based?: no):

    <div class="hslice" id="1">
        <p class="entry-title" style="display:none;">
		RSS feed - [blog_title]
	</p>
        <div class="entry-content" style="display:none;">
		<div> websliceME!!! or dynamic content here</div>
		<p style="display:none;"><span class="ttl">60</span></p>
        </div>
    </div>

With this slice IE8 (or firefox with plugins) can discover the web slice, allow add to favorites bar and showing the last feed RSS item or dynamic content of the blog out of your site.

Also you can select where webslice will be inserted: in a widget (so you can move over your theme): Visible active OR in the footer (hidden): Visible not active.

more info about webslices specification here: http://msdn.microsoft.com/en-us/library/cc304073.aspx

 

Screenshots

screenshot-11
settings

 

screenshot-21
wigets

 

screenshot-2
discovering 1

 

screenshot-42
discovering 2

screenshot-5

adding 1

 

screenshot-6
adding 2

 

screenshot-41

following 1

 

screenshot-8
following 2

 

Download

http://wordpress.org/extend/plugins/webslicer/download/

admin plugins , , ,

Webslicer - 0.2

March 31st, 2009

This wordpress plugin Allow you to add a rss feed item based webslice to your blog.

The webslicer plugin will let you easily add a webslice rss feed item based that users can use as a bookmark for your site and checks updates out of your site with the new IE8 (and firefox plugin`s) feature.

Questions and feedback please mail to webslicer.feedback@gmail.com or here: http://code.google.com/p/webslicer/issues/list or comment here.

Next releases: widget support, more customizable…

Installation

  • Download Webslicer For WordPress.
  • Unzip and upload the file into your wp-content/plugins/ directory.
  • Activate the plugin on your Admin Panel->Plugin Management page.
  • Done.

Go to Admin Panel->Settings->Webslicer to change options fields.

For default the options value are:

  • Webslicer Title: “RSS feed - [blog_title]“
  • Webslicer item time to live: 60
  • RSS address (URL): “[blog_rss]“

This options will generated something similar to this into the blog´s footer:

     <div class="hslice" id="1">
        <p class="entry-title" style="display:none;">
		RSS feed - [blog_title]
	</p>
        <div class="entry-content" style="display:none;">
		<!-- nothing -->
        </div>
        <a rel="feedurl" href="[blog_rss]"  style="display:none;></a>
        <p style="display:none;"><span class="ttl">60</span></p>
    </div>

With this slice IE8 (or firefox with plugins) can discover the web slice, allow add to favorites bar and showing the last feed item of the blog RSS out of your site.

more info about webslices specification here: http://msdn.microsoft.com/en-us/library/cc304073.aspx

 

Screenshots

screenshot-1
settings

 

screenshot-2
discovering

screenshot-51

adding

 screenshot-41

following

 

Download

http://wordpress.org/extend/plugins/webslicer/download/

admin plugins , , ,