• Is it possible to integrate Google Cast into wordpress, and to add a cast button using my Styled Media Reciever created with the Google Cast SDK?

    • This topic was modified 3 years, 4 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Anything that can be integrated into a web page can be integrated into WordPress. If there’s not already a plugin that will do so, you’d have to custom code the integration. I’m not very familiar with Google Cast, but the framework can be referenced by enqueuing the script with wp_enqueue_script(). You’d start the receiver by embedding the start call on the desired page. This is best done by creating a custom shortcode or block.

    As for adding buttons to the receiver, IDK. It could possibly be done via some custom JavaScript if the SDK has no such provision. It can be difficult to do with embedded media players, so this is likely similar.

Viewing 1 replies (of 1 total)
  • The topic ‘Google Cast For WordPress’ is closed to new replies.