• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Unable to embed from AudioMack

Started by lowpage,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lowpageTopic starter

This has been since I joined but I never spoke about it until now. I am unable to embed anything from Audio Mack:

<iframe src='http://www.audiomack.com/embed4/directlyrics/throw-sum-mo-feat-nicki-minaj-young-thug-1'; scrolling='no' width='100%' height='110' scrollbars='no' frameborder='0'></iframe>

Nothing works...always get an error...404

Please help kindly  O0
  •  

Marius P.

Hi! Open lib/class.providers.php

Define 'audiomack' in supported sources list.



//providers list
          $hostings      = array(
           'audiomack',     'youtube',
and for the rule:



case 'audiomack':                   
                  if ( $this->link  != null) {
                      $embedCode .="<iframe src='".str_replace("/song/","/embed4/",$this->link)."' scrolling='no' width='100%' height='110' scrollbars='no' frameborder='0'></iframe>";
                  $embedCode .= _ad('1');
              } else {
                      $embedCode = INVALID_URL;
                  }
                  break;
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

lowpageTopic starter

thanks...where do I put what though ...I'm a super noob
  •  

lowpageTopic starter

  •  

Similar topics (7)