So I'm trying to put some links to video pop-ups in my sidebar using the following code in a text widget (domain removed to protect the innocent)
Code:
<a href="#" class="tp_code" rel_path="http://#####.com/wp-content/plugins/traffic_player_pro/" id="pt_plugin_29"></a><script type="text/javascript" src="http://#####.com/wp-content/plugins/traffic_player_pro/tp_preload_js.js"></script>
<br>
<a href="#" class="tp_code" rel_path="http://#####.com/wp-content/plugins/traffic_player_pro/" id="pt_plugin_30"></a><script type="text/javascript" src="http://#####.com/wp-content/plugins/traffic_player_pro/tp_preload_js.js"></script>
<br>
<a href="#" class="tp_code" rel_path="http://#####.com/wp-content/plugins/traffic_player_pro/" id="pt_plugin_31"></a><script type="text/javascript" src="http://#####.com/wp-content/plugins/traffic_player_pro/tp_preload_js.js"></script>
<br>
<a href="#" class="tp_code" rel_path="http://#####.com/wp-content/plugins/traffic_player_pro/" id="pt_plugin_36"></a><script type="text/javascript" src="http://#####.com/wp-content/plugins/traffic_player_pro/tp_preload_js.js"></script>
<br>
<a href="#" class="tp_code" rel_path="http://#####.com/wp-content/plugins/traffic_player_pro/" id="pt_plugin_37"></a><script type="text/javascript" src="http://#####.com/wp-content/plugins/traffic_player_pro/tp_preload_js.js"></script>
So I have links to five videos. But only links to three videos show up in the sidebar. But the code is there for five...
If I take the same code and put it in a page as content, all five show up and work as they are supposed to. Then I take the code and put it back in a text widget... and only the first three show up again.
Leads me to believe there is some sort of limitation on the text widget.
Any way around this? Google search hasnt been very helpful and I've spent a few hours trying to make it work already.