Wordpress - Installation instructions#
Note: Thinglink currently works only with self-hosted Wordpress blogs as Wordpress.com doesn’t support third-party plugins.
1. Log in to Wordpress admin (usually yourblog.com/wp-admin)
![]() |
![]() |
4. Click Save (even if the ID was already there)
![]() |
Troubleshooting#
My tags open partly outside images and get cut by site layout#
You can force tags to open inside of your images, however in Wordpress it is a bit more tricky:
1. Go to your Wordpress admin page (usually yourblog.com/wp-admin)
2. Select Plugins and find “Thinglink Official Plugin” from the list of installed plugins
3. Click Edit next to it
4. You should see the contents of thinglink/rjw-thinglink.php. Find the following lines of code
__tlid = '{$thinglink_id}';
setTimeout(function ...
5. After __tlid = '{$thinglink_id}'; add the following line:
__tlconfig = {vOverflow: false, hOverflow: false};
6. Click Update File. Now you should have your tags opening inside the images!


