Auphonic Donation Button in Seitenwidget von Wordpress

Wenn man die CodeZeile [podlove-podcast-donations-list] in das Podlove Publisher Template packt, dann erscheint ja der Auphonic Donation Button (plus ein individueller Text) unter jeden PodloveWebplayer bei jeder Folge.

Kann man vll irgendwie den Button in die Widgets kriegen? Und kann man dann vll auch seine Grösse anpassen? Denn er ist originall sehr sehr klein. So das er nur einmal statisch in der Seitenleiste erscheint. Wie es ja mit vielen Paypal Donation Button Plugins für Wordpress problemlos möglich ist.

Den Button finde ich toll, nur finde ich ihn unter jeder einzelnen Podcastepisode viel zu omnipräsent.

1 „Gefällt mir“

Um einen einzelnen Button herauszugreifen müssten wir glaube ich zuerst im Template Tag podcast.services noch den Parameter id vorsehen, damit man sich aus der Liste der Donations den Auphonic-Button rausgreifen könnte:

{% for service in podcast.services({category: "donation", id: "auphonic"}) %}
    <div>
        <a href="{{ service.profileUrl }}" title="{{ service.description }}">
            {{
                service.image.html({
                    width: 64,
                    alt: service.title ~ " Icon"
                }) 
            }} {{ service.title }}
        </a>
    </div>
{% endfor %}

@ericteubert: liege ich da richtig?

2 „Gefällt mir“

Warum nicht einfach einen HTML Text schreiben?

<a href="https://auphonic.com/donate_credits?user=DEIN_USERNAME" target="_blank">
     <img src="https://auphonic.com/media/pics/AuphonicLogo.svg" />
     <p>Bitte spendet einen tollen Betrag, damit Ihr guten Klang bekommt.</p>
</a>

Dert Tetxt ist anpassbar. :wink:

Edit:
Die Grafik ist unten auch noch mal von Auphonic verlinkt.

2 „Gefällt mir“

Hier ist unser Logo in SVG (bitte dieses nehmen):
https://auphonic.com/media/pics/AuphonicLogo.svg

Weitere Formate gibts hier:
https://auphonic.com/pictures

1 „Gefällt mir“

Hello can you please update the above line of code to work well with the new Podlove 5 webplayer
I tried the above code by timpritlove on the Podlove 5 … and it broke the look and feel of the player… hence requesting an update… I receive a good amount through donation… if the graphics/look and feel can match the template… it will be great… also it can be in another tab. or so…

Welcome to Sendegate, Tarak. I think the easiest and fastest way would be this: Put the existing code in a seperate Template (Podlove|Templates) and put [podlove-template template="InsertYourTemplateTitleHere"] just below the webplayer.

I need little bit more explanation and help … how to best position the auphonic donation logos with the Podlove 5 player… can u pls detail a bit more… I am a non-technical ( non-coding) blogger…