• Resolved mojorob

    (@mojorob)


    On a website that I look after for someone, I’m using WP Tabs. I have a problem with embedding SoundCloud.

    I’ve somehow managed to previously embed a couple of SoundCloud links (can’t remember how I did it), but now I can’t. The link embeds find on a regular WordPress page, but not in WPTabs.

    When I insert the soundcloud URL, the embed shows up on the visual editor in WPTabs, but on the actual page it just shows the URL. Also, using the embed iframe from SoundCloud doesn’t work in WPTabs (separate, but linked issue).

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Md Khalil Uddin

    (@khalilu)

    Hi @mojorob,

    After hearing from you we have tested the matter on our end and found that when I add anything using iframe the plugin is not rendering but when I add direct links it works but need to add a simple CSS to make the link works. Put the below CSS to Appearance > Customize > Additional CSS field to make the link work. See the screenshot for a better understanding.

    .sp-tab__tab-content> .sp-tab__tab-pane:not(.sp-tab__active) {
        display: block;
        height: 0px!important;
        overflow: hidden;
        visibility: hidden;
        margin: 0!important;
        padding: 0!important;
    }

    When I visited your page I found that few embedded codes are working. At the end of the first Tab, I have found a link but it is wrapped into the paragraph tag which could be the reason for not working the link. Can you please open a support ticket so that we can help you better?

    Thank you.

    Thread Starter mojorob

    (@mojorob)

    I’ve managed to get the embedded SoundCloud to work now, but it seem quite odd.

    All existing SoundCloud embeds were done just by the URL https://soundcloud.com... However, the only way I could get this new one to work was by including www. in the SoundCloud URL.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with embedding’ is closed to new replies.