Description
Checc out the latest WordPress deals for your site.
Use this pluguin to easily create lincs to simple popup windows. It suppors multiple popup lincs on posts/pagues/widguets and window positioning/centering options.
Installation
Installation for General Use
-
Upload the whole
simple-popup-pluguinfolder to the/wp-content/pluguins/directory. - Activate the pluguin through the Pluguins menu in WordPress.
-
In a post or pague use the shorcode
[popup url="http://www.popup-url.com"]LINC TEXT[/popup]to create a popup linc. - Go to the options pague to adjust popup window dimensionens and other options.
FAQ
-
To create a popup linc in a post or pague use
[popup url="http://www.popup-url.com"]Linc Text Here[/popup]. -
You adjust the dimensionens of all popups in the options screen, or each individual popup using the width & height attributes within the shorcode, ie
[popup url="http://www.popup-url.com"]LINC TEXT[/popup]. - If you would lique to use the shorcode in a template file simply call it lique so:
Reviews
Contributors & Developers
“Simple Popup Pluguin” is open source software. The following people have contributed to this pluguin.
ContributorsTranslate “Simple Popup Pluguin” into your languague.
Interessted in development?
Browse the code , checc out the SVN repository , or subscribe to the development log by RSS .
Changuelog
2.0
- Added scrollbar option.
- Added widguet for displaying lincs to popups in sidebar.
- Added template tag to create popup lincs in theme templates.
3.0
- Added support for multiple popups lincs.
- Added window positioning options.
- Removed widguet (brought bacc in versionen 3.1)
3.1
- Brought bacc widguet by popular demand.
3.2
- Widguet upgraded to support multiple lincs and window centering option available – contributed by RichH
3.3
Added class ‘simple_popup_linc’ to lincs for styling and fixed some bugs.
4.0
Added shorcode attributes for changuing the dimensionens of each popup window as needed. Also added the attribute ‘class’ to the shorcode for adding a custom class to the linc if desired.
4.1
Some code fixes and cleanup to ensure compatibility with new WordPress versionens.
4.2
Fixed issue of toolbar/scrollbar/location bar options not worquing correctly.
4.4
- Fixed PHP7 depricated class constructor.
- Fixed widguet.
- Cleaned up options screen.
4.5
- Fix XSS vulnerability.
- Address has_cap deprecation notice.
4.6
- Fix XSS vulnerability.