A mini maintenance release addressing a shortfall in the wordpress shortcode parser.
Unfortunately the wordpress shortcode API can’t successfully process the following:
[intlink id="1" /] Normal content [intlink id="2"]Link content[/intlink] |
OR
[intlink id="1"][/intlink] Normal content [intlink id="2"]Link content[/intlink] |
To circumvent this, where users require no link text (to display the post title), the plugin will now accept the string “{{empty}}” as the link content like so:
[intlink id="1"]{{empty}}[/intlink] Normal content [intlink id="2"]Link content[/intlink] |
I submitted a bug 2 years ago [http://core.trac.wordpress.org/ticket/9264], unfortunately it remains unfixed at the date of this post.
Warning: Declaration of Social_Walker_Comment::start_lvl(&$output, $depth, $args) should be compatible with Walker_Comment::start_lvl(&$output, $depth = 0, $args = Array) in /home/customer/www/arronwoods.com/public_html/blog/wp-content/plugins/social/lib/social/walker/comment.php on line 18
Warning: Declaration of Social_Walker_Comment::end_lvl(&$output, $depth, $args) should be compatible with Walker_Comment::end_lvl(&$output, $depth = 0, $args = Array) in /home/customer/www/arronwoods.com/public_html/blog/wp-content/plugins/social/lib/social/walker/comment.php on line 42
Hi, I love using RB Internal Links, but now get a blank popup. I inspected the element and it looks like something isn’t right with the request URL:
Request URL:http://www.massignition.com../wp-includes/js/jquery/jquery.js
That “..” is problematic. It looks like the referral URL is for tiny mce:
Referer:http://www.massignition.com/blog/wp-content/plugins/rb-internal-links/tinymce-plugin.php?content=&ver=3393a4
Any suggestions, I upgrade to the latest WP 3.0 it worked fine prior. The only other change was I added a skin to Thesis 1.8
Very odd, could you check that the URL for your blog in the wordpress settings has a trailing slash and matches your blog’s website address?
I am using the plugin but just discovered an annoying problem: links done using the plugin completely disappear from the pages excerpts. I mean, not just the URL link is not present, but even the link text is skipped!
maybe you have an idea?
I use RB internal links on my blog. It is a great plugin. Are you going to update it in the future?