Get var from shortcode?
-
Im trying to create a page with all of the site’s videos on it. I created a shortcode function to work with our flowplayer to install the player in that post, and pull a video from our CDN.
the shortcode looks like this:
[flowplayer url="https://www.example.com/path/video.mp4"]
so my question is: Is it possible to get all of the posts (preferably with that shortcode only), and then pull the video’s URL from the shortcode? or what would you recommend i do?
thanks for all of your help!
- The topic ‘Get var from shortcode?’ is closed to new replies.