Hello,
I was using Woody snippets to add a token to our video player, FV Player. The code has been working for sometime. It creates a unique token an appends it to the end of the URL that is given in a FV Player's shortcode. This has been working for a few months. Then all of a sudden it stopped displaying the FV Player. We only see the shortcode test now. The Woody snippets is still funictioning, I can see my token getting created and appended to the URL, but the shortcode for the FV Player isn't used now for some reason.
So we only see this on the page now:
[fvplayer src=https://mystreaming.serversurl.com:443/live/new/playlist.m3u8?token=dj3lsls9dd]
so as you can see the token is created, but the 3rd Party shortcode isn't executed.
the section of my code for the above is below:
echo "<p>[fvplayer src=https://mystreaming.serversurl.com:443/live/new/playlist.m3u8?token=$token]";
This was all working below. What would affect the displaying of a shortcode?
Thanks!
I was using Woody snippets to add a token to our video player, FV Player. The code has been working for sometime. It creates a unique token an appends it to the end of the URL that is given in a FV Player's shortcode. This has been working for a few months. Then all of a sudden it stopped displaying the FV Player. We only see the shortcode test now. The Woody snippets is still funictioning, I can see my token getting created and appended to the URL, but the shortcode for the FV Player isn't used now for some reason.
So we only see this on the page now:
[fvplayer src=https://mystreaming.serversurl.com:443/live/new/playlist.m3u8?token=dj3lsls9dd]
so as you can see the token is created, but the 3rd Party shortcode isn't executed.
the section of my code for the above is below:
echo "<p>[fvplayer src=https://mystreaming.serversurl.com:443/live/new/playlist.m3u8?token=$token]";
This was all working below. What would affect the displaying of a shortcode?
Thanks!