
















You can create lists about titles, names and fetch lists from imdb such as titles, names, images and videos...
Home/Products/Shortcode IMDB Lists
You can create lists about titles, names and fetch lists from imdb such as titles, names, images and videos...
Documentation
Changelog
Installation
It is quite simple to activate this feature.
-Sign up on our site and get an API key.
-Pay for the feature you want to activate.
-Add your url of wordpress site to your PluginPress profile page such as example.com and save it.
-Go to your plugin's control panel and enter the Api Key. If you have entered before, just update your Api key. The feature will be activated instantly.
Usage
You can create your own title and name lists..
1. Go to list page in admin menu and click "Add New"...
2. Select title or name list.
3. Fetch items by imdb id.
4. You can change items order dynamically
5. When you saved your custom list, It will create a custom id such as SC1603308743. You can publish your list by typing [imdb-lists]SC1603308743[/imdb-lists]
Here is the demo
------------------------------------------------------------------------------------------------------------------------------
You can show name and title list as grid view
Example = [imdb-lists show="grid"]ls002448041[/imdb-lists]
Name list demo (grid view)
Title list demo (grid view)
------------------------------------------------------------------------------------------------------------------------------
You can fetch a title list from imdb.com
To pull a list, it is enough to write the list ID between the tags imdb-lists.
[imdb-lists]ls002448041[/imdb-lists]
Here is the demo
------------------------------------------------------------------------------------------------------------------------------
You can fetch a name list from imdb.com
As title list, you can pull name lists from imdb.com.
[imdb-lists]ls022928819[/imdb-lists]
Here is the demo
---------------------------------------------------------------------------------------------------------------------------
You can fetch an image list from imdb.com
You can pull even image lists from imdb.com.
Note: “allow_url_fopen” must be enabled on your server to pull image list.
[imdb-lists]ls022928819[/imdb-lists]
Here is the demo
---------------------------------------------------------------------------------------------------------------------------
You can fetch a video list from imdb.com
If you want to show video lists from imdb.com, you can also fetch video lists.
[imdb-lists]ls022928819[/imdb-lists]
Here is the demo
---------------------------------------------------------------------------------------------------------------------------
You can change background of default title and name lists according your template.
[imdb-lists style="transparent"]ls022928819[/imdb-lists]
Or you can enter a hex color code
[imdb-lists style="f4e0a9"]ls022928819[/imdb-lists]
Here is the demo