Contributors: KSym04
Tags: external links, seo
Requires at least: 3.3.2
Tested up to: 3.7.4
Stable tag: 1.0.4
This plugin automatically convert text urls and all valid external links to anchor tag with lots of an optional features such as adding rel nofollow, noopener, open url in a new window and more.
If you want to learn more about this plugin, please visit DopeThemes / External Links for Osclass.
You may also send your donation for helping and supporting us to maintain free plugin releases:
BTC: 1GJpyaLZjQ8JKaKih3UCwpuJAV15fTy9Rq
XRP: rUd5NTLuyFGeS9HyyvHhnB4sWC5f9vWWzj
- Upload
external_links/
to the/oc-content/plugins/
directory - Activate the plugin through the 'Plugins' menu on Osclass Administrator Dashboard
- On how to use please check FAQ's
Q: How to use this plugin?
A: Wrap our helper function for outputting a string or any content using external_links_make_clickable()
function, for an example look for osc_item_description()
inside item.php of the theme and apply the function helpers: external_links_make_clickable( osc_item_description() )
- English (en_US)
- Update language file
- Added rel noopener
- Added necessary comments on functions
- Improve coding standards and logics
- Added license file
- WWW conversion issue fixed
- Added instruction on admin settings
- Update language file en_US
- Minor security update
- Added language file en_US
- Added admin panel
- Lots of improvements
- First released