Subcribe via RSS

Wordpress und Ajax (JQuery) in Plugins

Januar 23rd, 2010 | No Comments | Posted in Wordpress

Zur Zeit schraube ich an einigen Wordpress Plugins. Und da Ajax immer mehr an Bedeutung gewinnt, sollen auch diese Plugins vom dynamischen Nachladen per JavaScript Gebrauch machen.

Mit Wordpress geht das überraschend komfortabel und sauber, denn für den Admin-Bereich ist bereits die Verwendung von Ajax vorgesehen. Mit kleinen Anpassungen, kann man die admin-ajax-Funktion auch für öffentliche Seiten nutzen.

Wie das geht steht hier:
Integration von JQuery in Wordpress
Ajax in Plugins (Auf sack, das im Beispiel verwendet wird kann man auch verzichten. Man muss nur die URL zur admin-ajax.php per PHP in JavaScript speichern und diese dann für die JQuery-Funktionen zur Kommunikation mit dem Server verwenden.)

Sollte Bedarf bestehen schreibe ich dazu auch gerne nochmal ein Tutorial – einfach per Kommentar oder Mail melden!

Suchen Sie einen freien Wordpress Entwickler zur Erstellung individueller Plugins? Dann melden Sie sich bitte!

Tags: ,

Dynamic SEO Title Wordpress Plugin

Juni 30th, 2009 | No Comments | Posted in Wordpress

The Dynamic SEO Title Wordpress Plugin is an effective yet easy way to boost your sites search engine rankings.

The plugin is based on the idea of Dynamic SEO.

What does the Dynamic SEO Title Wordpress Plugin plugin do?

The plugin automatically optimizes your site over time based on actual values and without guessing. It helps you to get your site as close to perfectly optimized as possible without knowing and having a final result. It adjusts your pages if required.

If there is one on-page important ranking factor that every SEO expert accepts as true, it’s the title-tag of your pages. And it’s not only a ranking factor, it’s even a factor for your click through rates in the serps, because it also appears in the listing.

When you start optimizing your page you start with keyword research. Let’s take a golfing site as the example: golfing-equipment.net What’s the best title for your page about golf clubs? Is it golf clubs, golf club, golfing clubs, golfing club or even golfing equipment? You can use a keyword tool like google.com/insights/search to find out which qould bring in most traffic. But a) this values are estimated and even more important b) you don’t know if you can rank for this phrase and where you currently would get most visitors from.
This is where the Dynamic SEO Title Wordpress Plugin comes into play: You create the page with the “best” title and the plugin adjusts it over time based on the visitors and their search queries.

Installation

  1. 1. Download the plugin
  2. 2. Extract and copy the dynamicseotitle.php file into your wp-content/plugins/ folder
  3. 3. Activate the plugin in your Admin area
  4. 4. You need something like the following code in your header:
    <title><?php wp_title(''); ?><?php if(wp_title('', false)) { ?> |
    <?php } ?><?php bloginfo('name'); ?></title>

    The important part is the wp_title, which is used as hook for the plugin.

  5. 5. DONE!

Download

Current version: 0.1
Download v0.1 as zip
Download v0.1 as rar

Even the customization of the plugin is still missing you can already use the Dynamic SEO Title Wordpress Plugin for your wordpress blog.

TODO

Customization of separator, title length, keywords to use, complete title replacement

Having some wishes for this or another Wordpress-Plugin? Please let me know in the comments!

Custom Wordpress Plugin

Need a custom Wordpress Plugin? Contact me with the form on the left!

Tags: , , , ,