-
-
Wp-iStalker redirect shortcode references.
Simple shortcode for making safe external redirect. Made this for those SEOware user.introduction
Wordpress 2.5 introduce new function for adding shortcode (aka bbcode). A simple set of functions for creating macro codes for use in post content. It just make developing plugins much easier and neat. If you want to digg more about WordPress shortcode check out the [wpi_redirect href="http://codex.wordpress.org/Shortcode_API"]WordPress Codex Shortcode API[/wpi_redirect] .
Shortcode
[wpi_redirect attribute="value"]text[/wpi_redirect]
attributes:
with default values
- href = #content
- title = redirect
- rel = external noarchive
- class = curie
if there is no “text” the default value is “Link”.
Example
redirect links to wordpress.org
[wpi_redirect href="http://wordpress.org" rel="noarchive"]WordPress.org[/wpi_redirect]
results → [wpi_redirect href="http://wordpress.org" rel="noarchive"]WordPress.org[/wpi_redirect]
Wp-iStalker Custom Wordpress Hook
The WordPress Filter Hook for our redirect shortcode.
wpi_redirect_shortcode
This hook return raw html output.
see: KaizekuShortCode::redirectCallback().Lo, the do and dont
-
When to used redirect links?
This depends on your content & context as whole. If the external sites that you are linking doesn’t have any weight with your content. So is best to used redirect links instead of the normal links.
-
When NOT to used redirect links?
I’ve encounter some damaging issue with certain Wordpress Translation Plugins. Because of the relative links, the translation scripts might create a local cache of the external sites in your server. Its a complete mirror of wasted sources. so beware. You might get penalized for duplicate content proxy hacking. scarry.
External Links
- Must read → Shortcode Limitation
-
- May 17, 2008 at 8:22 am
- June 30, 2008 at 4:38 pm
- 0.3
- url
-
-
-
No Responses to “WPI Redirect Shortcode”
Trackback URL: Use the TrackBack url ↑ to ping this article. If your blog does not support Trackbacks you might want to leave a comment instead.
-
-
"write as if you were talking to a good friend (in front of your mother)."
.haveyoursay
Disclaimer: For any content that you post, you hereby grant to Kaizeku Ban the royalty-free, irrevocable, perpetual, exclusive and fully sublicensable license to use, reproduce, modify, adapt, publish, translate, create derivative works from, distribute, perform and display such content in whole or in part, world-wide and to incorporate it in other works, in any form, media or technology now known or later developed. Some rights reserved.
-
The following "Code" are designed to protect you and other users of this site.
In order to keep these experiences enjoyable and interesting for all of our users, we ask that you follow the above guidlines.
be the first to comment.