Skip to content

Quotes

The examples are generated as follows. For name attribute, the object contains

{
    "name": "http://pasture-one-actor/assets/note1.jsonap”
}

where name is one of quote, quoteUri, quoteUrl, _misskey_quote. For FEP-e232 tag, the quote is formatted according to FEP-e232: Object Links, i.e.

{
    "tag": [
        {
            "type": "Link",
            "mediaType": "application/ld+json; profile="https://www.w3.org/ns/activitystreams"",
            "rel": "https://misskey-hub.net/ns#_misskey_quote",
            "href": "http://pasture-one-actor/assets/note1.jsonap",
        }
    ],
}

The various forms of a quote post are documented here. We note that the attribute examples treat the content as JSON and not as JSON-LD, i.e. the @context property is not modified. See inputs#71 for more information.

Examples

Example 1

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://mbin/u/oscar"
  ],
  "id": "http://pasture-one-actor/activity/Trstc_0KAFE",
  "published": "2025-09-08T13:16:50Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mbin/u/oscar"
    ],
    "id": "http://pasture-one-actor/object/822hhazavCA",
    "published": "2025-09-08T13:16:50Z",
    "content": "quote attribute",
    "quote": "http://pasture-one-actor/assets/note1.jsonap",
    "cc": []
  }
}
mbin
{
  "content": "<div class=\"content\">\n<p>quote attribute</p>\n</div>",
  "html": "<blockquote class=\"section post subject\" data-action=\"notifications:Notification@window-&gt;subject#notification\" data-controller=\"post subject mentions html-refresh\" id=\"post-121\">\n<header>\n<a class=\"user-inline\" data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"@actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        actor                <i aria-description=\"This user is new (active for less than 30 days)\" class=\"fa-solid fa-leaf new-user-icon\" title=\"This user is new (active for less than 30 days)\"></i>\n</a>\n<span>, </span>\n<a class=\"link-muted\" href=\"/m/random/p/121/quote-attribute\"><time class=\"timeago\" datetime=\"2025-09-08T13:16:50+00:00\" title=\"2025-09-08T13:16:50+00:00\">1 second ago   \n</time></a>\n</header>\n<figure>\n<a data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\">\n<div class=\"no-avatar\"></div>\n</a>\n</figure>\n<div class=\"content\">\n<p>quote attribute</p>\n</div>\n<aside class=\"vote\">\n<form action=\"/pf/121?choice=0\" class=\"vote__up\" method=\"post\">\n<button aria-label=\"Favorite\" data-action=\"subject#vote\" title=\"Favorite\" type=\"submit\">\n<span data-subject-target=\"favCounter\">0</span> <span><i aria-hidden=\"true\" class=\"fa-solid fa-arrow-up\"></i></span>\n</button>\n</form>\n</aside>\n<footer>\n<menu>\n<li>\n<a class=\"stretched-link\" data-action=\"subject#getForm\" href=\"/m/random/p/121/quote-attribute/reply\">Reply</a>\n</li>\n<li>\n<form action=\"/pb/121\" method=\"post\">\n<button class=\"boost-link stretched-link\" data-action=\"subject#favourite\" type=\"submit\">\n        Boost <span class=\"hidden\" data-subject-target=\"upvoteCounter\">(0)</span>\n</button>\n</form>\n</li>\n<li class=\"dropdown\">\n<button class=\"stretched-link\" data-subject-target=\"more\">More</button>\n<ul class=\"dropdown__menu\" data-controller=\"clipboard\">\n<li>\n<a class=\"\" data-action=\"subject#getForm\" href=\"/pr/121\">\n                Report\n            </a>\n</li>\n<li>\n<a class=\"\" href=\"/m/random/p/121/quote-attribute/votes?type=up\">\n                Activity\n            </a>\n</li>\n<li class=\"dropdown__separator\"></li>\n<li>\n<a href=\"http://pasture-one-actor/object/822hhazavCA\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">\n                Open original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"http://pasture-one-actor/object/822hhazavCA\" rel=\"nofollow noopener noreferrer\">\n                Copy original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"/m/random/p/121/quote-attribute\">\n                Copy Mbin URL\n            </a>\n</li>\n</ul>\n</li>\n<li data-subject-target=\"loader\" style=\"display:none\">\n<div class=\"loader\" role=\"status\">\n<span class=\"visually-hidden\">Loading...</span>\n</div>\n</li>\n</menu>\n<div class=\"js-container\" data-subject-target=\"container\">\n</div>\n</footer>\n</blockquote>"
}

Example 2

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://mbin/u/oscar"
  ],
  "id": "http://pasture-one-actor/activity/ERkItD_8P70",
  "published": "2025-09-08T13:16:51Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mbin/u/oscar"
    ],
    "id": "http://pasture-one-actor/object/o4RpfWo3JX4",
    "published": "2025-09-08T13:16:51Z",
    "content": "quoteUri attribute",
    "quoteUri": "http://pasture-one-actor/assets/note1.jsonap",
    "cc": []
  }
}
mbin
{
  "content": "<div class=\"content\">\n<p>quoteUri attribute</p>\n</div>",
  "html": "<blockquote class=\"section post subject\" data-action=\"notifications:Notification@window-&gt;subject#notification\" data-controller=\"post subject mentions html-refresh\" id=\"post-122\">\n<header>\n<a class=\"user-inline\" data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"@actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        actor                <i aria-description=\"This user is new (active for less than 30 days)\" class=\"fa-solid fa-leaf new-user-icon\" title=\"This user is new (active for less than 30 days)\"></i>\n</a>\n<span>, </span>\n<a class=\"link-muted\" href=\"/m/random/p/122/quoteUri-attribute\"><time class=\"timeago\" datetime=\"2025-09-08T13:16:51+00:00\" title=\"2025-09-08T13:16:51+00:00\">1 second ago   \n</time></a>\n</header>\n<figure>\n<a data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\">\n<div class=\"no-avatar\"></div>\n</a>\n</figure>\n<div class=\"content\">\n<p>quoteUri attribute</p>\n</div>\n<aside class=\"vote\">\n<form action=\"/pf/122?choice=0\" class=\"vote__up\" method=\"post\">\n<button aria-label=\"Favorite\" data-action=\"subject#vote\" title=\"Favorite\" type=\"submit\">\n<span data-subject-target=\"favCounter\">0</span> <span><i aria-hidden=\"true\" class=\"fa-solid fa-arrow-up\"></i></span>\n</button>\n</form>\n</aside>\n<footer>\n<menu>\n<li>\n<a class=\"stretched-link\" data-action=\"subject#getForm\" href=\"/m/random/p/122/quoteUri-attribute/reply\">Reply</a>\n</li>\n<li>\n<form action=\"/pb/122\" method=\"post\">\n<button class=\"boost-link stretched-link\" data-action=\"subject#favourite\" type=\"submit\">\n        Boost <span class=\"hidden\" data-subject-target=\"upvoteCounter\">(0)</span>\n</button>\n</form>\n</li>\n<li class=\"dropdown\">\n<button class=\"stretched-link\" data-subject-target=\"more\">More</button>\n<ul class=\"dropdown__menu\" data-controller=\"clipboard\">\n<li>\n<a class=\"\" data-action=\"subject#getForm\" href=\"/pr/122\">\n                Report\n            </a>\n</li>\n<li>\n<a class=\"\" href=\"/m/random/p/122/quoteUri-attribute/votes?type=up\">\n                Activity\n            </a>\n</li>\n<li class=\"dropdown__separator\"></li>\n<li>\n<a href=\"http://pasture-one-actor/object/o4RpfWo3JX4\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">\n                Open original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"http://pasture-one-actor/object/o4RpfWo3JX4\" rel=\"nofollow noopener noreferrer\">\n                Copy original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"/m/random/p/122/quoteUri-attribute\">\n                Copy Mbin URL\n            </a>\n</li>\n</ul>\n</li>\n<li data-subject-target=\"loader\" style=\"display:none\">\n<div class=\"loader\" role=\"status\">\n<span class=\"visually-hidden\">Loading...</span>\n</div>\n</li>\n</menu>\n<div class=\"js-container\" data-subject-target=\"container\">\n</div>\n</footer>\n</blockquote>"
}

Example 3

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://mbin/u/oscar"
  ],
  "id": "http://pasture-one-actor/activity/f8nI6uxM6VY",
  "published": "2025-09-08T13:16:52Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mbin/u/oscar"
    ],
    "id": "http://pasture-one-actor/object/fkvxV2QMAtc",
    "published": "2025-09-08T13:16:52Z",
    "content": "quoteUrl attribute",
    "quoteUrl": "http://pasture-one-actor/assets/note1.jsonap",
    "cc": []
  }
}
mbin
{
  "content": "<div class=\"content\">\n<p>quoteUrl attribute</p>\n</div>",
  "html": "<blockquote class=\"section post subject\" data-action=\"notifications:Notification@window-&gt;subject#notification\" data-controller=\"post subject mentions html-refresh\" id=\"post-123\">\n<header>\n<a class=\"user-inline\" data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"@actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        actor                <i aria-description=\"This user is new (active for less than 30 days)\" class=\"fa-solid fa-leaf new-user-icon\" title=\"This user is new (active for less than 30 days)\"></i>\n</a>\n<span>, </span>\n<a class=\"link-muted\" href=\"/m/random/p/123/quoteUrl-attribute\"><time class=\"timeago\" datetime=\"2025-09-08T13:16:52+00:00\" title=\"2025-09-08T13:16:52+00:00\">1 second ago   \n</time></a>\n</header>\n<figure>\n<a data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\">\n<div class=\"no-avatar\"></div>\n</a>\n</figure>\n<div class=\"content\">\n<p>quoteUrl attribute</p>\n</div>\n<aside class=\"vote\">\n<form action=\"/pf/123?choice=0\" class=\"vote__up\" method=\"post\">\n<button aria-label=\"Favorite\" data-action=\"subject#vote\" title=\"Favorite\" type=\"submit\">\n<span data-subject-target=\"favCounter\">0</span> <span><i aria-hidden=\"true\" class=\"fa-solid fa-arrow-up\"></i></span>\n</button>\n</form>\n</aside>\n<footer>\n<menu>\n<li>\n<a class=\"stretched-link\" data-action=\"subject#getForm\" href=\"/m/random/p/123/quoteUrl-attribute/reply\">Reply</a>\n</li>\n<li>\n<form action=\"/pb/123\" method=\"post\">\n<button class=\"boost-link stretched-link\" data-action=\"subject#favourite\" type=\"submit\">\n        Boost <span class=\"hidden\" data-subject-target=\"upvoteCounter\">(0)</span>\n</button>\n</form>\n</li>\n<li class=\"dropdown\">\n<button class=\"stretched-link\" data-subject-target=\"more\">More</button>\n<ul class=\"dropdown__menu\" data-controller=\"clipboard\">\n<li>\n<a class=\"\" data-action=\"subject#getForm\" href=\"/pr/123\">\n                Report\n            </a>\n</li>\n<li>\n<a class=\"\" href=\"/m/random/p/123/quoteUrl-attribute/votes?type=up\">\n                Activity\n            </a>\n</li>\n<li class=\"dropdown__separator\"></li>\n<li>\n<a href=\"http://pasture-one-actor/object/fkvxV2QMAtc\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">\n                Open original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"http://pasture-one-actor/object/fkvxV2QMAtc\" rel=\"nofollow noopener noreferrer\">\n                Copy original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"/m/random/p/123/quoteUrl-attribute\">\n                Copy Mbin URL\n            </a>\n</li>\n</ul>\n</li>\n<li data-subject-target=\"loader\" style=\"display:none\">\n<div class=\"loader\" role=\"status\">\n<span class=\"visually-hidden\">Loading...</span>\n</div>\n</li>\n</menu>\n<div class=\"js-container\" data-subject-target=\"container\">\n</div>\n</footer>\n</blockquote>"
}

Example 4

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://mbin/u/oscar"
  ],
  "id": "http://pasture-one-actor/activity/D7u50rCe5mg",
  "published": "2025-09-08T13:16:54Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mbin/u/oscar"
    ],
    "id": "http://pasture-one-actor/object/wNwX3taespQ",
    "published": "2025-09-08T13:16:54Z",
    "content": "_misskey_quote attribute",
    "_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap",
    "cc": []
  }
}
mbin
{
  "content": "<div class=\"content\">\n<p>_misskey_quote attribute</p>\n</div>",
  "html": "<blockquote class=\"section post subject\" data-action=\"notifications:Notification@window-&gt;subject#notification\" data-controller=\"post subject mentions html-refresh\" id=\"post-124\">\n<header>\n<a class=\"user-inline\" data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"@actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        actor                <i aria-description=\"This user is new (active for less than 30 days)\" class=\"fa-solid fa-leaf new-user-icon\" title=\"This user is new (active for less than 30 days)\"></i>\n</a>\n<span>, </span>\n<a class=\"link-muted\" href=\"/m/random/p/124/misskey-quote-attribute\"><time class=\"timeago\" datetime=\"2025-09-08T13:16:54+00:00\" title=\"2025-09-08T13:16:54+00:00\">now   \n</time></a>\n</header>\n<figure>\n<a data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\">\n<div class=\"no-avatar\"></div>\n</a>\n</figure>\n<div class=\"content\">\n<p>_misskey_quote attribute</p>\n</div>\n<aside class=\"vote\">\n<form action=\"/pf/124?choice=0\" class=\"vote__up\" method=\"post\">\n<button aria-label=\"Favorite\" data-action=\"subject#vote\" title=\"Favorite\" type=\"submit\">\n<span data-subject-target=\"favCounter\">0</span> <span><i aria-hidden=\"true\" class=\"fa-solid fa-arrow-up\"></i></span>\n</button>\n</form>\n</aside>\n<footer>\n<menu>\n<li>\n<a class=\"stretched-link\" data-action=\"subject#getForm\" href=\"/m/random/p/124/misskey-quote-attribute/reply\">Reply</a>\n</li>\n<li>\n<form action=\"/pb/124\" method=\"post\">\n<button class=\"boost-link stretched-link\" data-action=\"subject#favourite\" type=\"submit\">\n        Boost <span class=\"hidden\" data-subject-target=\"upvoteCounter\">(0)</span>\n</button>\n</form>\n</li>\n<li class=\"dropdown\">\n<button class=\"stretched-link\" data-subject-target=\"more\">More</button>\n<ul class=\"dropdown__menu\" data-controller=\"clipboard\">\n<li>\n<a class=\"\" data-action=\"subject#getForm\" href=\"/pr/124\">\n                Report\n            </a>\n</li>\n<li>\n<a class=\"\" href=\"/m/random/p/124/misskey-quote-attribute/votes?type=up\">\n                Activity\n            </a>\n</li>\n<li class=\"dropdown__separator\"></li>\n<li>\n<a href=\"http://pasture-one-actor/object/wNwX3taespQ\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">\n                Open original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"http://pasture-one-actor/object/wNwX3taespQ\" rel=\"nofollow noopener noreferrer\">\n                Copy original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"/m/random/p/124/misskey-quote-attribute\">\n                Copy Mbin URL\n            </a>\n</li>\n</ul>\n</li>\n<li data-subject-target=\"loader\" style=\"display:none\">\n<div class=\"loader\" role=\"status\">\n<span class=\"visually-hidden\">Loading...</span>\n</div>\n</li>\n</menu>\n<div class=\"js-container\" data-subject-target=\"container\">\n</div>\n</footer>\n</blockquote>"
}

Example 5

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://mbin/u/oscar"
  ],
  "id": "http://pasture-one-actor/activity/k9MGsFXLZoY",
  "published": "2025-09-08T13:16:54Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mbin/u/oscar"
    ],
    "id": "http://pasture-one-actor/object/eSDB4YJ2qpg",
    "published": "2025-09-08T13:16:54Z",
    "content": "FEP-e232 tag",
    "tag": [
      {
        "type": "Link",
        "mediaType": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"",
        "rel": "https://misskey-hub.net/ns#_misskey_quote",
        "href": "http://pasture-one-actor/assets/note1.jsonap"
      }
    ],
    "cc": []
  }
}
mbin
{
  "content": "<div class=\"content\">\n<p>FEP-e232 tag</p>\n</div>",
  "html": "<blockquote class=\"section post subject\" data-action=\"notifications:Notification@window-&gt;subject#notification\" data-controller=\"post subject mentions html-refresh\" id=\"post-125\">\n<header>\n<a class=\"user-inline\" data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"@actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        actor                <i aria-description=\"This user is new (active for less than 30 days)\" class=\"fa-solid fa-leaf new-user-icon\" title=\"This user is new (active for less than 30 days)\"></i>\n</a>\n<span>, </span>\n<a class=\"link-muted\" href=\"/m/random/p/125/FEP-e232-tag\"><time class=\"timeago\" datetime=\"2025-09-08T13:16:54+00:00\" title=\"2025-09-08T13:16:54+00:00\">2 seconds ago   \n</time></a>\n</header>\n<figure>\n<a data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\">\n<div class=\"no-avatar\"></div>\n</a>\n</figure>\n<div class=\"content\">\n<p>FEP-e232 tag</p>\n</div>\n<aside class=\"vote\">\n<form action=\"/pf/125?choice=0\" class=\"vote__up\" method=\"post\">\n<button aria-label=\"Favorite\" data-action=\"subject#vote\" title=\"Favorite\" type=\"submit\">\n<span data-subject-target=\"favCounter\">0</span> <span><i aria-hidden=\"true\" class=\"fa-solid fa-arrow-up\"></i></span>\n</button>\n</form>\n</aside>\n<footer>\n<menu>\n<li>\n<a class=\"stretched-link\" data-action=\"subject#getForm\" href=\"/m/random/p/125/FEP-e232-tag/reply\">Reply</a>\n</li>\n<li>\n<form action=\"/pb/125\" method=\"post\">\n<button class=\"boost-link stretched-link\" data-action=\"subject#favourite\" type=\"submit\">\n        Boost <span class=\"hidden\" data-subject-target=\"upvoteCounter\">(0)</span>\n</button>\n</form>\n</li>\n<li class=\"dropdown\">\n<button class=\"stretched-link\" data-subject-target=\"more\">More</button>\n<ul class=\"dropdown__menu\" data-controller=\"clipboard\">\n<li>\n<a class=\"\" data-action=\"subject#getForm\" href=\"/pr/125\">\n                Report\n            </a>\n</li>\n<li>\n<a class=\"\" href=\"/m/random/p/125/FEP-e232-tag/votes?type=up\">\n                Activity\n            </a>\n</li>\n<li class=\"dropdown__separator\"></li>\n<li>\n<a href=\"http://pasture-one-actor/object/eSDB4YJ2qpg\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">\n                Open original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"http://pasture-one-actor/object/eSDB4YJ2qpg\" rel=\"nofollow noopener noreferrer\">\n                Copy original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"/m/random/p/125/FEP-e232-tag\">\n                Copy Mbin URL\n            </a>\n</li>\n</ul>\n</li>\n<li data-subject-target=\"loader\" style=\"display:none\">\n<div class=\"loader\" role=\"status\">\n<span class=\"visually-hidden\">Loading...</span>\n</div>\n</li>\n</menu>\n<div class=\"js-container\" data-subject-target=\"container\">\n</div>\n</footer>\n</blockquote>"
}