External Links for Osclass 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 like using this plugin and find it useful, please leave us a good rating.
You may also send your donation to help & support us maintain free plugin
releases on the following crypto wallet addresses
1Apc7tHT5zLboeQkxdsRKnUaivoV6ZL7gn Donate BTC1Apc7tHT5zLboeQkxdsRKnUaivoV6ZL7gn
0xbD244e66A42D4890Bdbcc24a41B1a6530DdD3d9C Donate ETH0xbD244e66A42D4890Bdbcc24a41B1a6530DdD3d9C
addr1qytqay5548zqj7y79g2rrpxmjhlrg4nynwtqzvav2uchk973kr0pj7n96dtwfuzg7ehz67flt63zd8he527zwrzrk4ws3a8qhq Donate ADAaddr1qytqay5548zqj7y79g2rrpxmjhlrg4nynwtqzvav2uchk973kr0pj7n96dtwfuzg7ehz67flt63zd8he527zwrzrk4ws3a8qhq
Plugin Info
Requires at least: 3.3.2
Tested up to: 3.7.4
Stable tag: 1.0.4
Screenshots
Installation
1. Upload `external_links/`
to the `/oc-content/plugins/`
directory
2. Activate the plugin through the ‘Plugins’ menu on Osclass Administrator Dashboard
3. On how to use please check FAQ’s
Frequently Asked Questions
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() )
Translations
* English (en_US)
Changelog
1.0.4
* Update language file
* Added rel noopener
* Added necessary comments on functions
* Improve coding standards and logics
* Added license file
1.0.3
* WWW conversion issue fixed
1.0.2
* Added instruction on admin settings
* Update language file en_US
* Minor security update
1.0.1
* Added language file en_US
* Added admin panel
* Lots of improvements
1.0.0
* First released