Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.15 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.     <head>
  4.         <title>Podlove Subscribe test</title>
  5.         <meta charset="utf-8">
  6.     </head>
  7.     <body>
  8.         <script>
  9.           window.podcastData = {
  10.             "title": "Expertengespräche",
  11.             "subtitle": "Alles andere sind nur Podcasts.",
  12.             "description": "Podcast-Beschreibung",
  13.             "cover": "http://expertengespraeche.ru/wp-content/uploads/2015/05/logo_header.png",
  14.             "feeds": [
  15.               {
  16.                 "type": "audio",
  17.                 "format": "mp3",
  18.                 "url": "http://feedpress.me/expertengespraeche",
  19.                 "variant": "high"
  20.               }
  21.             ]
  22.           }
  23.         </script>
  24.         <script
  25.            class="podlove-subscribe-button"
  26.            src="https://cdn.podlove.org/subscribe-button/javascripts/app.js"
  27.            data-language="de"
  28.            data-size="small"
  29.            data-json-data="podcastData"
  30.            data-colors="red;green;blue"
  31.            data-buttonid="123abc"
  32.            data-hide="false"></script>
  33.        
  34.         <a href="#" class="podlove-subscribe-button-123abc"></a>
  35.     </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement