I have a new group I'm creating that includes 6 Media Galleries (possibly expanding in the future).
In 5 of the 6 gallery applications, all of the files are just links to YouTube videos. The 6th links to Anchor for a podcast listing.
On each gallery file, the "View" button brings the user to the referenced link within the same browser tab:
Since the video is embedded in the post, the View button is unclear and somewhat redundant. Ideally, I'd like to edit both the text and the href action, but not affect the rest of my site. Is it possible to change this on a per-group or per-application instance?
Other routes I know about would be to:
- Create a copy of the widget, update the text and action, and use that in this group
- Override my site's CSS to hide the button completely in this group
Due to the varying use of the galleries in this group, I'd ideally like to make this on a per-application basis so that the Podcast application can have different text ("View in YouTube" and "View in Anchor"), but I'm not sure about the level of effort needed to do this and am leaning toward just hiding the button completely unless anyone has any other suggestions?