Instagram Embedding
One shortcode to embedding instagram images with full customize.
The Features
- One shortcode only and easy to use (see installation).
- Full customize and unlimited colors.
- Full caption, caption excerpt, disable caption.
- Fully responsive.
- Compatible with any lightbox.
Live Demo
Rate The Plugin
See Also
About
More Plugins
Installation
- Upload 'instagram-embedding' folder to the '/wp-content/plugins/' directory.
- Activate the plugin through the 'Plugins' menu in WordPress.
Usage
Shortcode Attributes
- url="here enter instagram image link, default is none"
- wrap_margin="here enter value for margin top and bottom, number only, default is 20"
- wrap_bg="here enter color code for wrap background color, word or hex code or rgba code, example: #000000 or black or rgba(0, 0, 0, 1), default is #ffffff"
- color"enter general color code, word or hex code or rgba code, example: #000000 or black or rgba(0, 0, 0, 1), default is #3f729b"
- text_color="enter color code for caption text color, default is #ffffff"
- caption="to disable caption enter: false, to display caption excerpt enter: excerpt, default is: full"
- icon_size="enter value for instagram icon size, number only, default is 34"
- font_size="enter value for font size, number only, default is 14"
- before="enter link to add hyperlink before instagram image, example: https://twitter.com/Qassim_Dev, to enable light box enter: lightbox, default is none"
- use s="t" to display standard instagram image, default is s="f"
Example
[instagram_emb url="
http://instagram.com/p/vPr5wcSlxw/" caption="excerpt" color="orange"]
[instagram_emb url="
http://instagram.com/p/vPr5wcSlxw/" s="t"] // standard instagram image
1.5
- Support WordPress latest version.
1.4
Fixing some problems.
1.3
New attribute s="t" to display standard instagram image.
1.2
WP Time Support.
1.1
HTTP and HTTPS protocol fixed.
1.0
First version.