mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 07:11:15 +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 = `
|
const htmlCode = `
|
||||||
<blockquote lang="${language}" cite="${url}">
|
<blockquote lang="${language}" cite="${url}" data-source="fediverse">
|
||||||
${
|
${
|
||||||
spoilerText
|
spoilerText
|
||||||
? `
|
? `
|
||||||
|
|
Loading…
Add table
Reference in a new issue