You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the "data-buttonid" within WordPress the button rendering fails and throws the following error:
Uncaught TypeError: $ is not a function at t.iframe (app.js:5) at t.renderButtonIframe (app.js:5) at t.init (app.js:5) at t.extractPodcastDataFromJson (app.js:5) at t.getPodcastData (app.js:5) at new t (app.js:5) at HTMLDocument.t.init (app.js:5)
* Fixed an issue that prevented the subscribe button to appear (related to podlove/podlove-subscribe-button#172)
* Fixed a XSS vulnerability
* Bump copyright year
* Prevent a PHP notice to be displayed when a button without a feed is displayed
When setting the "data-buttonid" within WordPress the button rendering fails and throws the following error:
Uncaught TypeError: $ is not a function at t.iframe (app.js:5) at t.renderButtonIframe (app.js:5) at t.init (app.js:5) at t.extractPodcastDataFromJson (app.js:5) at t.getPodcastData (app.js:5) at new t (app.js:5) at HTMLDocument.t.init (app.js:5)
Seems like this is related to the usage of "$" in
podlove-subscribe-button/src/coffee/app.coffee
Line 169 in 61b7b4c
The issue does not appear when leaving "data-buttonid"away or empty.
The text was updated successfully, but these errors were encountered: