mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 08:45:32 +03:00
Add data-source to embed code
Ref: https://github.com/stefanbohacek/fediverse-embeds-wordpress-plugin/issues/29
This commit is contained in:
parent
5d31116354
commit
931af3c193
1 changed files with 1 additions and 1 deletions
|
@ -3061,7 +3061,7 @@ function generateHTMLCode(post, instance, level = 0) {
|
|||
: '');
|
||||
|
||||
const htmlCode = `
|
||||
<blockquote lang="${language}" cite="${url}">
|
||||
<blockquote lang="${language}" cite="${url}" data-source="fediverse">
|
||||
${
|
||||
spoilerText
|
||||
? `
|
||||
|
|
Loading…
Reference in a new issue