===================================================================
previous comments got deleted when i switched where the script went
===================================================================

.. raw:: html

   <table class="provenance-header" style="border: 0; border-collapse: collapse; margin: 0 0 16px 0; width: 100%;">

.. raw:: html

   <tr style="border: 0;">

.. raw:: html

   <td style="border: 0; vertical-align: top; padding: 0 24px 0 0;">

..

   | **Source:**
     https://faq.remarkbox.com/6260e726-d929-11ee-a1b7-751976fc35b2/previous-comments-got-deleted-when-i-switched-where-the-script-went
   | **Snapshot:** 2026-06-18T16:46:11Z
   | **Generator:** Remarkbox ``3053704``

   *This is a thread snapshot. The living document lives at the source
   URI above — it may have been edited, extended, or replied-to since.*

.. raw:: html

   </td>

.. raw:: html

   <td style="border: 0; vertical-align: top; width: 200px; text-align: right;">

.. figure:: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANQAAADUAQAAAADMpTC1AAACPUlEQVR42t2YS24EQQhDUS7A/W/pGxD8qFlF2UTyJq351PRIjQAbAzW/Xqp/8V9V9R669j0aqWraN/VVv19//W+fPdMtm9Ta6H2vLd9M2dun+yWtjVl/7azvBO31GlvXCOne04TtzefXBrSd76Q9p2r9WqPtTIKfYP78/B9XEJ++bNXwNBH6Q58kH8bwbPLnnyZFyt7mTg8x658LgKNp7ofiKei9JHBIx9gkoh3zr1zWTHfOe3RGFcOnq8lxzrQzYPA1lr8eCtkGleTtJ6HN2cMxPLJSAFnl4rkPB6JDWB1RjHWO77Buze6X7pXlg9WhkAgfDNNk/gY5FzmUqDGub7F4FnbMQBOvzf0hoMH64jpWBgyWYWOufk5fB6HDZqFGmmD9LIoKtYWu6YQ+h8/5eIY2CLWP2RPNGa1nc4L6HYvntUtCgqij18vE8FJ633Ot4Bxgcv0ZHaAebqyD0CFYz5zBe9eJr64HTvHPGKkHlyttbp5i/hn6xehgsNAdJucHR/Q03eJnN3WNUwovzGCWo3WJQlroUwyfepJLgdGNgUF86qbZN+OCF6Mm1n/SKH2Uj/mM5OX6z4ZwutaeWnbKm/NPegUbIbp+e3L5E+rKUCSKKJTP6REDLuwbCEE2K5e/ASlMtU2LhvFJzrdU65siqKTBeeX2S0+Z6D1p7aP7pes+TQbmPzcySu5fdCX6kGlrTGdJe7c1uBWai7ei+yVrQ79RULfeiu5D7oMNGnJY4f0ScvCOdg9yBPn3f/fJ3zp5QBGZFdCyAAAAAElFTkSuQmCC
   :alt: Scan for living source

   Scan for living source

.. raw:: html

   </td>

.. raw:: html

   </tr>

.. raw:: html

   </table>

it still appears on my remarkbox page, but doesn't exist within the
actual script placed on my website page because i deleted it from one
page and moved it to another. how do i fix that?

timehexon — `Feb 01, 2026 08:07 pm <https://faq.remarkbox.com/6260e726-d929-11ee-a1b7-751976fc35b2/previous-comments-got-deleted-when-i-switched-where-the-script-went#9065978b-ffd3-11f0-9dc0-040140774501>`__
===============================================================================================================================================================================================================

Your comments aren't lost -- they're still stored under the original
page URL.

Remarkbox ties each comment thread to the page URL (called the
``thread_uri``). When you move the embed snippet to a different page,
the URL changes, so Remarkbox sees it as a brand new thread.

To fix this, set the ``thread_uri`` manually in your embed snippet so it
always points to the original URL:

.. container::

   ::

      var defined_thread_uri = "https://your-site.com/original-page-url";

That pins the comments to that URL no matter where the embed lives.

Full details:
https://git.unturf.com/engineering/remarkbox/remarkbox/-/blob/main/docs/tickets/11.md

--------------

| **Source:**
  https://faq.remarkbox.com/6260e726-d929-11ee-a1b7-751976fc35b2/previous-comments-got-deleted-when-i-switched-where-the-script-went
| **Snapshot:** 2026-06-18T16:46:11Z
| **Generator:** Remarkbox ``3053704``
