Tampilkan postingan dengan label link. Tampilkan semua postingan
Tampilkan postingan dengan label link. Tampilkan semua postingan

Kamis, 05 Desember 2013

ExtStore Keyword Linking (SEO)

Keyword Linking for Wordpress


Keyword Linking for Wordpress is a plugin helps you automatically convert to links from defined keywords in Wordpress post to your own website page, or elsewhere on the internet. This is useful for improving internal cross referencing pages inside your site or to automatically link to external partner (SEO).

Features:



  • Compatible with Wordpress Multisite.

  • Works very fast and smart.

  • Easy to manage keywords and links.

  • Define keyword, keyword in plural and link.

  • Link options: Title, target, nofollow.

  • Case sensitive or case insensitive matching.

  • Define number instances of a keyword to be linked.

  • Insert custom class to links.

  • Format keyword as you want. Such as add tag, style to keyword. Example ”<strong>{keyword}</strong>”.

  • Define where (what tags contain keyword) you don’t want to link.



Support


If you have any question or the plugin doesn’t work for you. Feel free to comment on this page or submit a ticket via our support system at: http://support.extstore.com

WP - Keywords To Link (SEO)




Version 1.2 Released !


  • Multiple Keywords supported NOW, transform multiple words into a link !




Version 1.1 Released !





  • Email Address Support, easily transform any keyword to a “mail-to” of your desire

  • Link Open Method, easily chose where you want your keywords to open, in a new page, same page or maybe a new window.



- Created specially for Blogs & Affiliate Partners



- Fast Installation ( under one minute )



- Smooth Administration Experience



- Works with any wordpress Post Types using “content”



- Adding, Editing, Deleting a keyword is a matter of seconds



- Works perfectly with any other wordpress plugins



- SEO Friendly



- Unlimited Keywords !



- Save Minutes Daily by never writing the same link again !



- Click & View Statistics , for each keyword & total.



- No configuration required, just keywords / words



- Works with Wordpress +3.0 ( YES 3.x )



Easy, Reliable, Affordable.




Administration Preview :




Version 1.1

Easily View all your keywords, at a glance


Screen Shot 2013-11-07 at 15.12.45

Settings Panel


Screen Shot 2013-11-07 at 15.12.45


Easy, Reliable, Affordable.




Version 1.0




Easily View all your keywords, at a glance


Screen Shot 2013-11-06 at 14.33.43

Easily Add or Edit any keyword, from one page.


Screen Shot 2013-11-06 at 14.34.19

Easy, Reliable, Affordable.

Nofollow Manager (SEO)

Feature Requests


Please post any feature requests in the comments section!

Nofollow Manager WordPress Plugin


nofollow is a value that can be assigned to an HTML element to instruct some search engines that a hyperlink should not influence the link target’s ranking in the search engine’s index.

It is intended to reduce the effectiveness of certain types of internet advertising because their search algorithm depends heavily on the amount of links to a website when determining which websites should be listed in what order in their search results for any given term.




Nofollow Manager features the following functionality:





  • Easy to install and use

  • Manage which areas of your website are nofollow

  • Easily add the nofollow meta tag to Categories, Posts, Pages and Custom Post Types

ExtStore Keyword Linking (SEO)

Keyword Linking for Wordpress


Keyword Linking for Wordpress is a plugin helps you automatically convert to links from defined keywords in Wordpress post to your own website page, or elsewhere on the internet. This is useful for improving internal cross referencing pages inside your site or to automatically link to external partner (SEO).

Features:



  • Compatible with Wordpress Multisite.

  • Works very fast and smart.

  • Easy to manage keywords and links.

  • Define keyword, keyword in plural and link.

  • Link options: Title, target, nofollow.

  • Case sensitive or case insensitive matching.

  • Define number instances of a keyword to be linked.

  • Insert custom class to links.

  • Format keyword as you want. Such as add tag, style to keyword. Example ”<strong>{keyword}</strong>”.

  • Define where (what tags contain keyword) you don’t want to link.



Support


If you have any question or the plugin doesn’t work for you. Feel free to comment on this page or submit a ticket via our support system at: http://support.extstore.com

Rabu, 04 Desember 2013

AnythingSlider EasyInstall Responsive jQueryPlugin (Sliders)

Slide Anything!

This is a jQuery plugin that enables the developer to simply call a jQuery function on any element. It will then grab each child within that element and integrate it into a customizable carousel. There are many different settings which are extremely easy to use. The settings are passed to the plugin in the HTML file when it is called.



If you like AnythingSlider, please leave a 5 star rating. :) .



Features include:




  1. Super Easy Install

  2. Mobile-Ready Responsive Design

  3. Simple Customization

  4. Seven Different Transition Options

  5. Three Customizable Navigation Options



Navigation Button Options


There are several different button options for this plugin. Primarily you can choose to turn buttons on or off. If you have the buttons on, you can choose from ‘dots’, ‘lines’, or ‘numbers’. You can turn arrows on or off. It is also simple to customize the image used for arrows.



anything slider carousel button nav options




Transition Styles


There are currently seven different transition styles. They include:



  • ‘scale-down’

  • ‘slide-left’

  • ‘slide-diagonal’

  • ‘shuffle’

  • ‘slide-up’

  • ‘fade’

  • ‘block’



anything slider carousel transition options




Mobile Ready


This plugin is prepared to re-size items within the carousel. So if you throw it into your responsive design, you don’t have to worry about it breaking it.

Simple Customization


If you’re wondering how easy it is to customize, let me show you. The code you insert into your page contains all the options. Here is an example:


$('#slide-me').carousel({
  style: 'scale-down',
  transitionSpeed: 'slow',
  carouselSpeed: 5000,
  arrows: false,
  buttons: true,
  buttonsTheme: 'lines',
  stopOnHover: false,
  carouselHeight: 'crop',
  carouselWidth: 'crop'
});



Support


This plugin is supported. All you need to do is contact the developer through the three17design profile page.

Single Page Traversal jQuery Plugin (Navigation)

If you have a single page website, or even a regular site with long pages, then you probably want the ability to scroll through the sections of the page with a single next/previous button combination. To implement such a button yourself would mean calculating where the user currently is on the page, what the next and previous sections are, taking into account items such as a fixed header, catering for the section heights changing on screen resize, etc. Single page traversal plugin does all this for you, and all in a tiny 2Kb minimized file.




Single page traversal plugin allows you to easily move between sections of a website. Once the plugin is included on your page, it can be as simple as a single line to call the plugin, give classes to your previous and next buttons, then you can cycle through your site’s sections. You can even have a ‘start of current section’ link if you wish.




To ensure the plugin runs as efficiently as possible, the section offset amounts are worked out on page load, and when the window size changes. Therefore, there are no heavy calculations to do when the next or previous buttons are pressed; meaning fast and responsive site navigation.




The plugin is also highly customizable and even has an API for controlling its functions elsewhere in your script. Both the minimized plugin, along with the fully commented version, are included, as well as the HTML version of the instructions. Works with all modern browsers and Internet Explorer 8+. Also has been fully tested on iOS, including iPhone and iPad.




View examples and see how simple it is to set up at tommyfisher.net/sptraversal.