You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where I need to enable the services providers to include a youtube video with their services. How can a youtube video URL be included in the service data so it can be used by the consumers to display an embedded video that shows what the service is?
Suggested Solutions:
Add a field to the service table called youtube_video which has the full like to the youtube video.
Add a new table called videos which contain fields like (author, embed URL, etc..) Similar to the video object schema: [https://schema.org/VideoObject](https://schema.org/VideoObject. This ensures that a video is not limited to a youtube video.
The text was updated successfully, but these errors were encountered:
Hello,
I have a use case where I need to enable the services providers to include a youtube video with their services. How can a youtube video URL be included in the service data so it can be used by the consumers to display an embedded video that shows what the service is?
Suggested Solutions:
The text was updated successfully, but these errors were encountered: