<turbo-stream action="update" target="social_header"><template>
  <div class="card-header border-0 p-0 p-lg-3 mb-3 mb-lg-0 position-relative">
  <div class="row align-items-center justify-content-between">
    <div class="col-lg-4 col-12 d-none d-lg-block">
      <h6 class="card-title text-gradient-blue d-inline-flex mb-0">Social Feed</h6>
    </div>
    <div class="col-lg-8 col-12 mobile-searchbar">
      <turbo-frame id="post_filter">
  <form data-controller="form-validation post form-activity" action="/social/posts/filter" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="zqAKc_accRcJkOsNb2PQxi-7vP6wuYrcWmEeGV6niMT0akVq_B-gilJkUh8m2bCd2IzdFJ9gWspNZtSLVI1fvw" />
    <input type="hidden" name="username" id="username" value="phyllis-jager" />
    
    <div class="d-flex align-items-center justify-content-between gap-3">
      <div class="position-relative w-100">
        <div class="w-100 position-relative card-border d-flex align-items-center justify-content-start rounded-5 overflow-hidden   max-w-420px">
  <div class="h-100 bg-transparent border-0 p-3 d-flex align-items-center justify-content-center mail-search-icon">
    <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path d="M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      <path d="M22 22L20 20" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
    </svg>
  </div>
  <input type="search" name="description" id="description" class="border-0 bg-transparent filled-bg-none p-3 ps-0 pe-6 w-100 " placeholder="Search" aria-label="Search" data-action="input-&gt;post#searchPost" />
  <div class="position-absolute align-items-center justify-content-center px-3 top-0 end-0 h-100 bg-transparent d-none" id="mail-search-loader">
    <div class="cv-spinner d-flex align-items-center justify-content-center h-100">
      <span class="spinner-border text-primary" style="width: 1.2rem; height: 1.2rem;"></span>
    </div>
  </div>
  <span class="position-absolute end-0 top-0 h-100 d-flex align-items-center px-3 cursor-pointer d-none " data-action="click-&gt;post#clear" id="close_icon">
    <span class="fa fa-times fs-18 text-white fw-normal" aria-hidden="true"></span>
</span></div>

      </div>
      <div class="menu-options social-filter">
        <div class="dropdown dropdown-center">
          <button type="button" class="btn card-border rounded-circle border-3 p-3" id="post-filter-dropdown" data-bs-toggle="dropdown" data-action="click->post#toggleDropDown" aria-expanded="false" data-bs-auto-close="outside">
            <img src="https://www.dmdb.com/assets/svgs/filter-a0810f98a1f5e04532a8b76da130807b8907624ed00230ab3d38908cef4a2a92.svg" />
          </button>
          <div class="dropdown-menu dropdown-menu-end end-0 p-0" aria-labelledby="post-filter-dropdown">
            <div class="card-border rounded-3 post-filter-without-news post-filter-box d-flex flex-column gap-3 align-items-start justify-content-start p-3">
              <h6 class="form-label mb-0 fw-normal fs-16">Sort by</h6>
              <div class="d-grid grid-cols-2 grid-cols-sm-1 gap-2 gap-sm-3">
                  <div class="form-check d-flex align-items-center justify-content-start gap-2 m-0 p-0 w-100">
                    <input class="form-check-input flex-shrink-0 m-0" id="post_filter_sorting_new_to_old" type="radio" value="new_to_old" checked="checked" name="sorting" />
                    <label class="form-check-label fs-16 w-100" for="post_filter_sorting_new_to_old">
                      Newest to Oldest
                    </label>
                  </div>
                  <div class="form-check d-flex align-items-center justify-content-start gap-2 m-0 p-0 w-100">
                    <input class="form-check-input flex-shrink-0 m-0" id="post_filter_sorting_old_to_new" type="radio" value="old_to_new" name="sorting" />
                    <label class="form-check-label fs-16 w-100" for="post_filter_sorting_old_to_new">
                      Oldest to Newest
                    </label>
                  </div>
                  <div class="form-check d-flex align-items-center justify-content-start gap-2 m-0 p-0 w-100">
                    <input class="form-check-input flex-shrink-0 m-0" id="post_filter_sorting_most_likes" type="radio" value="most_likes" name="sorting" />
                    <label class="form-check-label fs-16 w-100" for="post_filter_sorting_most_likes">
                      Most Likes
                    </label>
                  </div>
                  <div class="form-check d-flex align-items-center justify-content-start gap-2 m-0 p-0 w-100">
                    <input class="form-check-input flex-shrink-0 m-0" id="post_filter_sorting_most_views" type="radio" value="most_views" name="sorting" />
                    <label class="form-check-label fs-16 w-100" for="post_filter_sorting_most_views">
                      Most Views
                    </label>
                  </div>
                  <div class="form-check d-flex align-items-center justify-content-start gap-2 m-0 p-0 w-100">
                    <input class="form-check-input flex-shrink-0 m-0" id="post_filter_sorting_most_comments" type="radio" value="most_comments" name="sorting" />
                    <label class="form-check-label fs-16 w-100" for="post_filter_sorting_most_comments">
                      Most Comments
                    </label>
                  </div>
                  <div class="form-check d-flex align-items-center justify-content-start gap-2 m-0 p-0 w-100">
                    <input class="form-check-input flex-shrink-0 m-0" id="post_filter_sorting_most_saves" type="radio" value="most_saves" name="sorting" />
                    <label class="form-check-label fs-16 w-100" for="post_filter_sorting_most_saves">
                      Most Saves
                    </label>
                  </div>
                  <div class="form-check d-flex align-items-center justify-content-start gap-2 m-0 p-0 w-100">
                    <input class="form-check-input flex-shrink-0 m-0" id="post_filter_sorting_most_reposts" type="radio" value="most_reposts" name="sorting" />
                    <label class="form-check-label fs-16 w-100" for="post_filter_sorting_most_reposts">
                      Most Reposts
                    </label>
                  </div>
              </div>
              <div class="w-100 h-px border-bottom"></div>
              <div class="w-100">
                <label class="form-label" for="hash_tag">Search by Hashtag</label>
                <div class="position-relative">
                  <div class="position-absolute h-100 d-flex align-items-center ms-3 w-30px">
                    <svg width="24" height="24" viewBox="0 0 24 24" class="w-xxl-100 w-xl-100 w-lg-100 w-md-75 w-75" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
  <path d="M22 22L20 20" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>

                  </div>
                  <input class="form-control rounded-5 ps-8" placeholder="Enter hashtag, e.g. #music" type="text" name="hash_tag" id="hash_tag" />
                  <input type="hidden" name="search" id="search" value="true" />
                </div>
              </div>
              <div class="w-100 h-px border-bottom"></div>
              <div class="w-100">
                <div class="form-check m-0 p-0 d-flex align-items-center justify-content-start gap-2">
                  <input name="post_date_range" type="hidden" value="0" /><input class="form-check-input m-0" id="post_date_range" data-action="change-&gt;post#toggleDateRange" type="checkbox" value="1" name="post_date_range" />
                  <label class="form-check-label text-gray" for="post_date_range">Date Range</label>
                </div>
                <div class="date-range-block d-flex flex-column align-items-start gap-2 w-100 d-none mt-3" data-post-target="dateRangeBlock">
                  <div class="w-100">
                    <label class="form-label required" for="date_range_from">From</label>
                    <div class="d-flex align-items-start justify-content-start gap-3">
                      <div class="flatpickr-container position-relative w-100">
  <label class="cursor-pointer d-block" for="date_range_from">
    <input class="date-range-from" placeholder="Enter Start date" data-click-opens="false" data-mask-target="date" data-action="change-&gt;post#selectStartDate" data-max-date="today" data-min-date="&quot;1916-05-09&quot;" data-post-target="dateRangeFrom" data-controller="flatpickr mask" type="text" name="date_range_from" id="date_range_from" />
    <span class="bg-transparent border-0 position-absolute p-3 top-0 end-0 text-gradient-pink d-flex align-items-center justify-content-center">
      <svg class="text-white" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M8 2V4.9985M16 2V4.9985M20.75 17.5922H3.25M11.9064 10.1732C10.8535 10.1732 10 11.0263 10 12.0786C10 13.1309 10.8535 13.984 11.9064 13.984C12.9592 13.984 13.8127 13.1309 13.8127 12.0786C13.8127 11.0263 12.9592 10.1732 11.9064 10.1732ZM11.9064 10.1732C12.7837 10.1732 13.495 9.46228 13.495 8.58534C13.495 7.7084 12.7837 6.9975 11.9064 6.9975C11.029 6.9975 10.3177 7.7084 10.3177 8.58534C10.3177 9.46228 11.029 10.1732 11.9064 10.1732ZM16 3.49925C19.33 3.67916 21 4.94853 21 9.64618V15.8231C21 19.941 20 22 15 22H9C4 22 3 19.941 3 15.8231V9.64618C3 4.94853 4.67 3.68916 8 3.49925H16Z" stroke="#AE8A27" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
      </svg>
    </span>
</label></div>
                    </div>
                  </div>
                  <div class="w-100">
                    <label class="form-label required" for="date_range_to">To</label>
                    <div class="d-flex align-items-start justify-content-start gap-3">
                      <div class="flatpickr-container position-relative w-100">
  <label class="cursor-pointer d-block" for="date_range_to">
    <input class="date-range-to" placeholder="Enter End date" data-click-opens="false" data-mask-target="date" data-max-date="today" data-min-date="&quot;1916-05-09&quot;" data-post-target="dateRangeTo" data-controller="flatpickr mask" type="text" name="date_range_to" id="date_range_to" />
    <span class="bg-transparent border-0 position-absolute p-3 top-0 end-0 text-gradient-pink d-flex align-items-center justify-content-center">
      <svg class="text-white" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M8 2V4.9985M16 2V4.9985M20.75 17.5922H3.25M11.9064 10.1732C10.8535 10.1732 10 11.0263 10 12.0786C10 13.1309 10.8535 13.984 11.9064 13.984C12.9592 13.984 13.8127 13.1309 13.8127 12.0786C13.8127 11.0263 12.9592 10.1732 11.9064 10.1732ZM11.9064 10.1732C12.7837 10.1732 13.495 9.46228 13.495 8.58534C13.495 7.7084 12.7837 6.9975 11.9064 6.9975C11.029 6.9975 10.3177 7.7084 10.3177 8.58534C10.3177 9.46228 11.029 10.1732 11.9064 10.1732ZM16 3.49925C19.33 3.67916 21 4.94853 21 9.64618V15.8231C21 19.941 20 22 15 22H9C4 22 3 19.941 3 15.8231V9.64618C3 4.94853 4.67 3.68916 8 3.49925H16Z" stroke="#AE8A27" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
      </svg>
    </span>
</label></div>
                    </div>
                  </div>
                </div>
              </div>
              <div class="w-100 h-px border-bottom"></div>
              <div class="w-100">
                <div class="form-check m-0 p-0 d-flex align-items-center justify-content-start gap-2">
                  <input name="contain_media" type="hidden" value="0" /><input class="form-check-input m-0" type="checkbox" value="1" name="contain_media" id="contain_media" />
                  <label class="form-check-label text-gray" for="contain_media">Contains Media</label>
                </div>
              </div>
              <div class="d-flex align-items-center justify-content-center gap-2 w-100 mt-2">
                <button name="button" type="input" class="dropdown-close btn btn-gradient-pink text-dark fs-14 p-3 text-uppercase rounded-3 w-100" data-action="post#filterPost">Apply</button>
                <button name="button" type="button" class="dropdown-close btn btn-outline-gradient btn-gradient-outline-pink overlay-none fs-14 p-3 text-uppercase rounded-3 w-100" data-user="U21918007" data-api-action="user_posts" data-action="post#resetShowcaseFilter">
                  <span class="text-gradient-pink">Reset</span>
</button>              </div>
            </div>
            <div class="card-border rounded-3 m-0 p-0 add-filter-news last-child d-none" data-controller="news-post">
              <a data-turbo-stream="" class="dropdown-item border-bottom-warning overlay-none news-tab" data-action="click-&gt;news-post#displayCheckedButton" href="/users/dashboards/U21918007/news_posts?type=all">
                <div class="form-check m-0 p-0 d-flex align-items-center justify-content-start gap-2">
                  <input type="radio" class="form-check-input flex-shrink-0 m-0" id='all_news' value="" checked>
                  <label for="all_news" class="form-check-label fs-16 w-100">All</label>
                </div>
</a>              <a data-turbo-stream="" class="dropdown-item border-bottom-warning overlay-none news-tab" data-action="click-&gt;news-post#displayCheckedButton" href="/users/dashboards/U21918007/news_posts?type=credentialed_news">
                <div class="form-check m-0 p-0 d-flex align-items-center justify-content-start gap-2">
                  <input type="radio" class="form-check-input flex-shrink-0 m-0" id='credentialed_news' value="">
                  <label for="credentialed_news" class="form-check-label fs-16 w-100">Credentialed Reporter News</label>
                </div>
</a>              <a data-turbo-stream="" class="dropdown-item border-bottom-warning overlay-none news-tab" data-action="click-&gt;news-post#displayCheckedButton" href="/users/dashboards/U21918007/news_posts?type=non_credentialed_news">
                <div class="form-check m-0 p-0 d-flex align-items-center justify-content-start gap-2">
                  <input type="radio" class="form-check-input flex-shrink-0 m-0" id='non_credentialed_news' value="">
                  <label for="non_credentialed_news" class="form-check-label fs-16 w-100">Citizen Reporter News</label>
                </div>
</a>              <a data-turbo-stream="" class="dropdown-item border-bottom-warning overlay-none news-tab" data-action="click-&gt;news-post#displayCheckedButton" href="/users/dashboards/U21918007/news_posts?type=news_agency_news">
                <div class="form-check m-0 p-0 d-flex align-items-center justify-content-start gap-2">
                  <input type="radio" class="form-check-input flex-shrink-0 m-0" id='news_agency_news' value="">
                  <label for="news_agency_news" class="form-check-label fs-16 w-100">News Agencies</label>
                </div>
</a>            </div>
          </div>
        </div>
      </div>
    </div>
</form></turbo-frame><div class="d-md-none text-end">
</div>

    </div>
  </div>
</div>
</template></turbo-stream>  <turbo-stream action="update" target="all_posts_list"><template>
      <turbo-frame id="all_pin_post">
</turbo-frame>
<turbo-frame data-controller="post" data-post-target="postList" id="get_all_post_tag">
    <turbo-frame data-controller="" class="single-post-frame " id="single_post_26170">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMjYxNzAi--3cef1d91e0cbe79d5e9f30511a5a240ba50ef8e5babf4a302a0e54dcd7abbade"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_26170" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO64999361?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=26170&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_26170">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO64999361&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1753531639">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Sat, 26 Jul 25 &lt;span class=&quot;text-nowrap&quot;&gt;8:07 AM&lt;/span&gt;">
                      7/26/2025  8:07 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="26170">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-7c7f9f02-dd30-4f39-8648-d57104c37f58" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-7c7f9f02-dd30-4f39-8648-d57104c37f58">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO64999361?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO64999361">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO64999361?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO64999361">
          <p>Switching to a single rear license plate with a front barcode sticker system could significantly reduce costs for New York and all U.S. states while maintaining effective vehicle identification. In New York, with approximately 11.5 million registered vehicles, producing one metal plate (around $5) and a barcode sticker (about $1) instead of two plates ($10–$16) could save roughly $46 million per registration cycle. Nationally, with 280 million vehicles, savings could reach $1.12 billion. Barcode stickers are scannable by license plate readers, less intrusive for vehicle aesthetics, and cheaper to replace. States like Ohio already use single plates, showing this cost-effective, environmentally friendly approach is feasible...</p><p><a class="align-items-center text-primary cursor-pointer post-hash-tag" data-action="post#filterHashTag" data-hashtag="#barcode">#barcode</a> <a class="align-items-center text-primary cursor-pointer post-hash-tag" data-action="post#filterHashTag" data-hashtag="#NY">#NY</a></p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_26170" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_26170">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">4</span>
</a></div>

            <div id="dislike_post_post_26170" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_26170">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO64999361?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_26170" id=".comment_count_26170">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_26170" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO64999361">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO64999361/shared_users?class_name=Post">
        <span id="post-26170-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      253
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_26169">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMjYxNjki--1d6196a7a69fe5b80fa197683ec2b122cd26efcbf3be7a9e809690af4c3582da"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_26169" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO24342383?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=26169&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_26169">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO24342383&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1753531130">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Sat, 26 Jul 25 &lt;span class=&quot;text-nowrap&quot;&gt;7:58 AM&lt;/span&gt;">
                      7/26/2025  7:58 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="26169">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-a6188fdb-072d-4a86-ab11-4aaed0cb892a" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-a6188fdb-072d-4a86-ab11-4aaed0cb892a">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO24342383?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO24342383">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO24342383?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO24342383">
          <p>The @NYSDPS’s Enhanced Energy Affordability Policy, which offers utility bill discounts to households earning below $80,000 by inflating rates for higher earners, is a predatory practice that exploits financial success and sows division among ratepayers. This policy effectively robs hardworking individuals like Lisa Moore, whose $387 monthly bill reflects charges far exceeding her energy use, punishing them for their earnings while fostering resentment and eroding morale. The damage extends beyond finances, as it discourages aspiration, fuels distrust in institutions, and risks driving residents out of state, threatening economic vitality. Most unconscionably, utilities have failed to explore innovative revenue streams like <a href="http://Backskin.com," target="_blank">Backskin.com,</a> a revolutionary platform launched by my company zuMedia Inc. that enables social media and e-commerce platforms to monetize the space behind user profiles and pictures through dynamic, user-controlled advertising. By allowing platforms and individual users to share ad revenue fairly, <a href="http://Backskin.com" target="_blank">Backskin.com</a> could generate substantial income for businesses—including utilities, if they partnered with such platforms—potentially offsetting rising costs without burdening ratepayers. For instance, power companies could leverage Backskin’s model to create branded profiles or partner with social platforms to tap into advertising dollars, funding affordability programs equitably. The state’s lazy reliance on higher earners’ wallets, without considering such forward-thinking solutions, is egregious, reflecting a callous disregard for fairness and innovation that deepens community division and stifles progress...</p><p><br></p><p><a href="https://cnycentral.com/news/local/new-york-utility-bill-changes-spark-frustration-among-homeowners" rel="noopener noreferrer" target="_blank" data-uw-rm-brl="PR" data-uw-original-href="https://cnycentral.com/news/local/new-york-utility-bill-changes-spark-frustration-among-homeowners" aria-label="https://cnycentral.com/news/local/new-york-utility-bill-changes-spark-frustration-among-homeowners - open in a new tab" data-uw-rm-ext-link="na" uw-rm-external-link-id="https://cnycentral.com/news/local/new-york-utility-bill-changes-spark-frustration-among-homeowners$https://cnycentral.com/news/local/new-york-utility-bill-changes-spark-frustration-among-homeowners" class="text-primary post-desc-link">cnycentral.com/news/local/new-...</a></p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://cnycentral.com/news/local/new-york-utility-bill-changes-spark-frustration-among-homeowners" target="_blank"><div class="preview-link position-relative">
<img style="border-radius: 0.5rem !important;height: 280px;" class="d-block object-cover image img-fluid w-100" src="https://cnycentral.com/resources/media2/16x9/709/986/1x0/90/28448971-5546-4a28-81b7-9aa95683030c-NATIONALGRID.jpg" alt="Card image cap"><div style="width: calc(100% - 10px) !important;margin: 0 auto;text-align: center;left: 50% !important;bottom: 10px !important;transform: translateX(-50%) !important;padding: 0.5rem 0.5rem 0;border-radius: 0 0 10px 10px;" class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 bottom-0 start-0 text-start">
<h6 class="card-title fs-16 mb-1 max-line-1">New York utility bill changes spark frustration among homeowners</h6>
<p class="text-start card-text max-line-2">New York State's new Enhanced Energy Affordability Policy is set to alter utility bills, with some residents seeing increases while others benefit from discount</p>
</div>
</div></a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_26169" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_26169">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_26169" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_26169">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO24342383?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_26169" id=".comment_count_26169">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_26169" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO24342383">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO24342383/shared_users?class_name=Post">
        <span id="post-26169-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      275
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_26168">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMjYxNjgi--5142af9821667a8ba8d1352d158bf15b9dbc15ed1b48a893c7c59bf07e64b1a9"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_26168" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO25085902?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=26168&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_26168">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO25085902&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1753530984">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Sat, 26 Jul 25 &lt;span class=&quot;text-nowrap&quot;&gt;7:56 AM&lt;/span&gt;">
                      7/26/2025  7:56 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="26168">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-41f93358-7c00-44ae-9ef6-5e73dd9e6131" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-41f93358-7c00-44ae-9ef6-5e73dd9e6131">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO25085902?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO25085902">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO25085902?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO25085902">
          <p>By 2030, AI could surpass human intelligence, possibly creating conscious machines... An effort on a global scale to ensure AI remains safe, ethical, and respects humanity is in the works... The future rests on our current choices...</p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_26168" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_26168">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_26168" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_26168">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO25085902?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_26168" id=".comment_count_26168">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_26168" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO25085902">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO25085902/shared_users?class_name=Post">
        <span id="post-26168-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      272
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_26167">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMjYxNjci--5567242aea7e52311edcc3d3c66f0ec869dd1d53ea23271f6148cc42b136c47d"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_26167" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO28234539?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=26167&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_26167">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO28234539&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1753446551">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 25 Jul 25 &lt;span class=&quot;text-nowrap&quot;&gt;8:29 AM&lt;/span&gt;">
                      7/25/2025  8:29 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="26167">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-4243be09-9871-4dfe-8da5-33def378150e" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-4243be09-9871-4dfe-8da5-33def378150e">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO28234539?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO28234539">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO28234539?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO28234539">
          <p>As the Queen Of State of the United States Oversight, I stand before our vibrant tapestry of people—every individual, from the bustling cities to the quiet heartlands, from the coastal shores to the towering mountains—and with a heart full of gratitude, I remind us all that our nation shall be a beacon of hope and unity... I remind that every soul, regardless of creed, color, or calling, is cherished and empowered to pursue their dreams with unwavering liberty and justice... Let us weave compassion into our communities, honor the sacrifices of those who came before us, and build a future where every voice is heard, every heart is valued, and our shared love for this land binds us as one, from sea to shining sea...</p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_26167" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_26167">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">4</span>
</a></div>

            <div id="dislike_post_post_26167" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_26167">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO28234539?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_26167" id=".comment_count_26167">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_26167" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO28234539">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO28234539/shared_users?class_name=Post">
        <span id="post-26167-share-count">
            1
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      289
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_26166">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMjYxNjYi--3097564a398cab65100bdceb73c529d6ccd53f3c1d85f648aafd854274753c7a"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_26166" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO19935248?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=26166&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_26166">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO19935248&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1753446420">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 25 Jul 25 &lt;span class=&quot;text-nowrap&quot;&gt;8:27 AM&lt;/span&gt;">
                      7/25/2025  8:27 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="26166">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-669b64fe-bb18-43a5-baa3-261a41e91905" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-669b64fe-bb18-43a5-baa3-261a41e91905">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO19935248?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO19935248">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO19935248?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO19935248">
          <p>How PBS and NPR Can Replace Lost Funding with Backskin’s Advertising Platform...</p><p>Congress’s approval on July 18, 2025, of a $1.1 billion cut to the Corporation for Public Broadcasting threatens PBS, NPR, and their 1,500 local stations, particularly rural ones relying on federal funds for up to 50% of their budgets... Backskin, a digital advertising platform by zuMedia Inc., offers a solution by monetizing webpage underlayment with its patented technology (US Patent No. 12,093,643)... This platform was created so people and businesses and the government and any other person or entity who wishes to better stand on its own two feet can do just that... Backskin at <a href="http://Backskin.com" target="_blank">Backskin.com</a> creates new revenue streams through dynamic ads, streams, or shows placed in the background of websites, aligning with public broadcasting’s mission via its opt-in model and support for formats like commercials, live news, and educational content. <a href="http://PBS.org," target="_blank">PBS.org,</a> <a href="http://NPR.org," target="_blank">NPR.org,</a> and local station websites can display Backskin ads, potentially earning $150 million annually with 10 million monthly visitors at a $10 CPM rate... Streaming platforms like PBS Passport, with 5 million subscribers, could generate $200 million yearly at $50 CPM for streaming ads... Stations can also engage users to create profiles and opt into Backskin ads, potentially yielding $100 million annually if 10,000 users per station earn $5 monthly across 1,500 stations... Sponsorships from universities or nonprofits could add $150 million through national and local campaigns, while monetizing emergency alert pages during crises could contribute $50 million yearly at $20 CPM... Complementing subscription models like PBS Passport, Backskin could add $60 million annually by offering ad-free tiers for donors while monetizing free users... Together, these strategies could generate $600–$700 million annually, surpassing the $550 million yearly CPB loss, ensuring PBS, NPR, and local stations continue delivering vital programming...</p><p><br></p><p><a href="https://t.co/kHonJQS4Qw" rel="noopener noreferrer" target="_blank" data-uw-rm-brl="PR" data-uw-original-href="https://t.co/kHonJQS4Qw" aria-label="https://t.co/kHonJQS4Qw - open in a new tab" data-uw-rm-ext-link="na" uw-rm-external-link-id="https://t.co/khonjqs4qw$https://t.co/khonjqs4qw" class="text-primary post-desc-link">t.co/kHonJQS4Qw</a></p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://t.co/kHonJQS4Qw" target="_blank"><div class="preview-link position-relative">
<img style="border-radius: 0.5rem !important;height: 280px;" class="d-block object-cover image img-fluid w-100" src="https://dims.apnews.com/dims4/default/b8cdde4/2147483647/strip/true/crop/5181x2914+0+270/resize/1440x810!/quality/90/?url=https%3A%2F%2Fassets.apnews.com%2F0c%2Fc2%2F87b1668dfebe3fcbf5934b4ee4c3%2F15ff0c3f747743cc910882ac2c02eb21" alt="Card image cap"><div style="width: calc(100% - 10px) !important;margin: 0 auto;text-align: center;left: 50% !important;bottom: 10px !important;transform: translateX(-50%) !important;padding: 0.5rem 0.5rem 0;border-radius: 0 0 10px 10px;" class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 bottom-0 start-0 text-start">
<h6 class="card-title fs-16 mb-1 max-line-1">House approves Trump's $9B cut to public broadcasting and foreign aid | AP News</h6>
<p class="text-start card-text max-line-2">The House has approved President Donald Trump’s request to claw back about $9 billion for public broadcasting and foreign aid.</p>
</div>
</div></a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_26166" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_26166">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">1</span>
</a></div>

            <div id="dislike_post_post_26166" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_26166">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO19935248?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_26166" id=".comment_count_26166">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_26166" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO19935248">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO19935248/shared_users?class_name=Post">
        <span id="post-26166-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      279
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_26162">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMjYxNjIi--8d5f173c1f02aa5bf3c8cb9338b9950377fc03bf3261639ddd6c07795bf2f408"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_26162" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO61472002?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=26162&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_26162">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO61472002&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1753020723">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Sun, 20 Jul 25 &lt;span class=&quot;text-nowrap&quot;&gt;10:12 AM&lt;/span&gt;">
                      7/20/2025 10:12 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="26162">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-6bc47939-00b9-48cc-baa1-932a0c353d18" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-6bc47939-00b9-48cc-baa1-932a0c353d18">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO61472002?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO61472002">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO61472002?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO61472002">
          <p>An unending and horrifically chilling wave of teacher abuse cases is sweeping the nation at break-neckpace, with a shocking number of female educators preying on young boys... From South Carolina’s Nicole Ballew Callaham, 33, charged with a years-long pattern of grooming and abusing a teen, to Illinois’ Christina Formella, indicted on 52 counts for assaulting a student nearly 50 times, the betrayal of trust is staggering... </p><p><br></p><p>Reports show hundreds of K-12 educators arrested yearly for child sex crimes, with women increasingly among the predators, exploiting their authority to manipulate and harm... Schools, meant to be safe havens, are becoming hunting grounds... The numbers don’t lie—nearly 10% of students face educator misconduct by graduation... Our kids are not safe...</p><p><br></p><p><a href="https://t.co/lNHSzDzmzY" rel="noopener noreferrer" target="_blank" data-uw-rm-brl="PR" data-uw-original-href="https://t.co/lNHSzDzmzY" aria-label="https://t.co/lNHSzDzmzY - open in a new tab" data-uw-rm-ext-link="na" uw-rm-external-link-id="https://t.co/lnhszdzmzy$https://t.co/lnhszdzmzy" class="text-primary post-desc-link">t.co/lNHSzDzmzY</a></p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://t.co/lNHSzDzmzY" target="_blank"><div class="preview-link position-relative">
<img style="border-radius: 0.5rem !important;height: 280px;" class="d-block object-cover image img-fluid w-100" src="" alt="Card image cap"><div style="width: calc(100% - 10px) !important;margin: 0 auto;text-align: center;left: 50% !important;bottom: 10px !important;transform: translateX(-50%) !important;padding: 0.5rem 0.5rem 0;border-radius: 0 0 10px 10px;" class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 bottom-0 start-0 text-start"><h6 class="card-title fs-16 mb-1 max-line-1">Redirect Notice</h6></div>
</div></a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_26162" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_26162">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">1</span>
</a></div>

            <div id="dislike_post_post_26162" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_26162">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO61472002?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_26162" id=".comment_count_26162">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_26162" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO61472002">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO61472002/shared_users?class_name=Post">
        <span id="post-26162-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      324
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_26161">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMjYxNjEi--7ba9c18958ae80d7f19ebccb3f08765f7a5d25f2636db97e8d83cac92f724541"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_26161" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO05386831?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=26161&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_26161">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO05386831&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1753020661">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Sun, 20 Jul 25 &lt;span class=&quot;text-nowrap&quot;&gt;10:11 AM&lt;/span&gt;">
                      7/20/2025 10:11 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="26161">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-01fa1407-6c77-4c7c-9925-3bbc9e42188d" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-01fa1407-6c77-4c7c-9925-3bbc9e42188d">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO05386831?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO05386831">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO05386831?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO05386831">
          <p>The ceaseless surge in college tuition, like Rutgers University's recent 5% hike for in-state students and 6% for out-of-state, leaves a sour taste in the mouths of students already skeptical of higher education’s worth... With in-state tuition nearing absurd numbers each year—far exceeding the national public college average—and total costs, including fees and living expenses, the financial strain is not just burdensome but borderline farcical. This isn’t merely a hit to wallets; it’s a blow to faith in a system that increasingly feels like a debt factory rather than a path to progress.</p><p><br></p><p>The fallout is grim. Students, jaded by the specter of crushing loans for degrees that may not secure stable careers, are turning their backs on college. Enrollment is set to peak in 2025-26 before a sharp decline, as the value of a degree frays. If this continues, we face a future critically short of doctors, nurses, engineers, lawyers, and other needed professionals—fields are already stretched thin... Rutgers cites rising costs and federal funding woes, yet their $5.9 billion budget grows while students foot the bill. Initiatives like Scarlet Guarantee help a few, but for most, the message is stark: college is a privilege, not a promise. As prices soar, the pursuit of knowledge becomes a gamble, pushing away the very minds we need to shape tomorrow...</p><p><br></p><p><a href="https://t.co/KJrL2r6br6" rel="noopener noreferrer" target="_blank" data-uw-rm-brl="PR" data-uw-original-href="https://t.co/KJrL2r6br6" aria-label="https://t.co/KJrL2r6br6 - open in a new tab" data-uw-rm-ext-link="na" uw-rm-external-link-id="https://t.co/kjrl2r6br6$https://t.co/kjrl2r6br6" class="text-primary post-desc-link">t.co/KJrL2r6br6</a></p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://t.co/KJrL2r6br6" target="_blank"><div class="preview-link position-relative">
<img style="border-radius: 0.5rem !important;height: 280px;" class="d-block object-cover image img-fluid w-100" src="https://townsquare.media/site/385/files/2024/07/attachment-Untitled-design-2024-07-09T042428.685.jpg?w=1200&amp;q=75&amp;format=natural" alt="Card image cap"><div style="width: calc(100% - 10px) !important;margin: 0 auto;text-align: center;left: 50% !important;bottom: 10px !important;transform: translateX(-50%) !important;padding: 0.5rem 0.5rem 0;border-radius: 0 0 10px 10px;" class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 bottom-0 start-0 text-start">
<h6 class="card-title fs-16 mb-1 max-line-1">Rutgers University announces tuition hikes for 2025-26</h6>
<p class="text-start card-text max-line-2">The Rutgers Board of Governors has approved a $5.9 billion budget, resulting in notable tuition increases for both in-state and out-of-state students.</p>
</div>
</div></a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_26161" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_26161">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">1</span>
</a></div>

            <div id="dislike_post_post_26161" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_26161">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO05386831?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_26161" id=".comment_count_26161">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_26161" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO05386831">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO05386831/shared_users?class_name=Post">
        <span id="post-26161-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      331
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_26160">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMjYxNjAi--9b05cd84458d7253732ad964623a2e6b5e24c3ae7bdf832a73ec4807c51fc606"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_26160" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO09922077?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=26160&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_26160">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO09922077&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1753020516">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Sun, 20 Jul 25 &lt;span class=&quot;text-nowrap&quot;&gt;10:08 AM&lt;/span&gt;">
                      7/20/2025 10:08 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="26160">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-048e2ab7-f9d5-405d-8022-d04440a510f6" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-048e2ab7-f9d5-405d-8022-d04440a510f6">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO09922077?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO09922077">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO09922077?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO09922077">
          <p>The unseen reach of Google's surveillance empire has gone too far... Google's omnipresence in our digital lives has morphed into a surveillance apparatus so vast and insidious that it tracks our every click, step, and thought, often without our full awareness. Its practices, cloaked in the fine print of lengthy terms, erode civil liberties in ways most users never notice until their privacy is already compromised. This is not hyperbole but a reality grounded in documented evidence, and it demands our attention. Google’s ecosystem—Search, Gmail, Maps, YouTube, Android, Chrome—forms a panopticon of data collection. A 2018 Associated Press investigation revealed that disabling "Location History" does not stop Google from tracking your movements through Maps or Search. Its tendrils extend beyond its own platforms via Google Analytics and ad trackers embedded in countless websites, silently profiling billions. This is not mere convenience; it is a deliberate design to capture every facet of your behavior.</p><p><br></p><p>The fine print in Google’s policies reveals practices that violate the spirit of civil rights. Its 2020 privacy policy permits combining data across services, linking your medical searches to YouTube habits or Gmail content without explicit user consent. A 2019 Vanderbilt study showed that "anonymized" data shared with advertisers can often be re-identified, risking discriminatory profiling based on health, finances, or ethnicity. Opting out of personalized ads, as a 2021 Norwegian Consumer Council report noted, does not halt data collection—it merely tweaks ad relevance, leaving your profile intact. Google Assistant devices, per a 2019 Bloomberg exposé, record audio snippets even when unprompted, with contractors accessing sensitive conversations. Perhaps most galling, a 2020 lawsuit (Brown v. Google) exposed that Chrome’s Incognito mode offers no real privacy, as Google continues tracking via its analytics tools, potentially violating wiretap laws.</p><p><br></p><p>These practices strike at fundamental rights... The right to privacy, rooted in the Fourth Amendment’s protection against unreasonable searches, is undermined when Google collects data without clear consent, as the Electronic Frontier Foundation has argued. Algorithmic profiling risks discrimination, with a 2019 Nature study showing how targeted ads can perpetuate racial or gender biases, potentially breaching laws like Title VII. Constant surveillance also chills free expression—Pew Research Center’s 2020 survey found users self-censor on sensitive topics, fearing scrutiny of their searches or views.</p><p><br></p><p>Google’s empire thrives on our ignorance of its fine print and our complacency with its convenience. Regulatory slaps, like the EU’s 2019 GDPR fine of €50 million for consent violations, are mere pinpricks to a giant. To fight back, check Google’s “My Activity” dashboard to delete data, though some tracking persists. Switch to privacy-first tools like <a href="http://DMDb.com," target="_blank">DMDb.com,</a> Firefox, or DuckDuckGo. Read the fine print and revoke unnecessary permissions. Above all, demand stronger data laws to hold Google <a href="http://accountable.The" target="_blank">accountable.The</a> brilliance of Google’s system lies in its invisibility—our ignorance is its power...</p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_26160" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_26160">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">1</span>
</a></div>

            <div id="dislike_post_post_26160" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_26160">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO09922077?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_26160" id=".comment_count_26160">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_26160" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO09922077">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO09922077/shared_users?class_name=Post">
        <span id="post-26160-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      292
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_26159">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMjYxNTki--7600ff826b736a56114c0b0f7490e9836be583ba5a85134a77055fe60b9892b9"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_26159" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO92517685?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=26159&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_26159">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO92517685&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1753020380">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Sun, 20 Jul 25 &lt;span class=&quot;text-nowrap&quot;&gt;10:06 AM&lt;/span&gt;">
                      7/20/2025 10:06 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="26159">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-e130b145-a7d9-4b5f-9d02-7eebc936107f" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-e130b145-a7d9-4b5f-9d02-7eebc936107f">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO92517685?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO92517685">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO92517685?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO92517685">
          <p>The education system is failing our children and teachers, and the cracks are showing. Schools are often underfunded, with districts scraping by on outdated budgets that can't cover modern resources or competitive teacher salaries. Classrooms are overcrowded, sometimes packing 30 or more students into spaces meant for half that number, leaving teachers stretched thin and unable to give individual attention. Standardized testing dominates, forcing educators to teach to a test rather than fostering critical thinking or creativity. The curriculum itself is frequently outdated, prioritizing rote memorization over skills like problem-solving or digital literacy that kids need in today’s world. Teachers, meanwhile, are overworked and undervalued, often buying classroom supplies out of their own pockets while facing pressure from administrators and parents alike. Many leave the profession within a few years, burned out by bureaucracy and lack of support. Students suffer too—disengaged by one-size-fits-all lessons that ignore their unique needs, interests, or cultural backgrounds. Discipline policies are inconsistent, often punishing rather than guiding, and mental health resources are scarce despite rising anxiety and depression among kids. Special education programs are understaffed, leaving vulnerable students without adequate support. Technology, when available, is often a patchwork of mismatched tools, not integrated thoughtfully into learning.</p><p><br></p><p>Fixing this starts with prioritizing funding—allocate more to schools, especially in underserved areas, to reduce class sizes, update materials, and pay teachers what they’re worth. Shift away from high-stakes testing; assess students through projects and portfolios that show real growth. Redesign curricula to emphasize practical skills—coding, financial literacy, critical analysis—while weaving in diverse perspectives to make learning relevant. Empower teachers with professional development that’s practical, not just box-checking, and give them autonomy to innovate. Invest in mental health counselors and special education staff to support every student. Technology should be a tool, not a gimmick—train educators to use it effectively. Finally, involve communities—parents, local businesses, nonprofits—to create a network of support around schools. It’s not about throwing money at the problem; it’s about spending it wisely and trusting educators to do what they’re trained for. The system isn’t broken beyond repair, but it needs bold changes, not bandages...</p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_26159" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_26159">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">1</span>
</a></div>

            <div id="dislike_post_post_26159" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_26159">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO92517685?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_26159" id=".comment_count_26159">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_26159" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO92517685">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO92517685/shared_users?class_name=Post">
        <span id="post-26159-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      233
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_26158">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMjYxNTgi--133f8611d004a268130ea61a4d116729bbd08cb80cd321247d627cc0edade9e7"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_26158" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO93557596?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=26158&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_26158">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO93557596&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1753020305">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Sun, 20 Jul 25 &lt;span class=&quot;text-nowrap&quot;&gt;10:05 AM&lt;/span&gt;">
                      7/20/2025 10:05 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="26158">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-f2e72933-6b5c-4205-b362-b3de8656f984" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-f2e72933-6b5c-4205-b362-b3de8656f984">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO93557596?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO93557596">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO93557596?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO93557596">
          <p>Optimum’s service outages are a glaring example of legacy telecoms failing to keep pace in a hyper-connected world, while Elon Musk’s Starlink redefines reliability... In 2025, Optimum’s chronic downtime—evidenced by 3,200+ user complaints on Downdetector in a single April outage—disrupts not just streaming but critical systems like telemedicine, remote work, and IoT devices... The U.S. national deficit, at $1.8 trillion in FY 2024 with debt at $28.2 trillion (98% of GDP), underscores the economic stakes: unreliable internet stifles productivity, costing billions annually... Starlink, with over 7,600 low-orbit satellites, delivers 104.7 Mbps median download speeds and only 45-minute outages in rare cases like May 2024, per ThousandEyes... Optimum’s DSL and cable lag, with Recon Analytics showing Starlink’s fewer outages (11% vs. 24% for cable)... Downtime today isn’t just missing movie credits—it’s a hospital monitor offline or a 911 call dropped, with life-and-death implications...</p><p><a href="http://Backskin.com%E2%80%99" target="_blank">Backskin.com’</a>s patented ad-driven streaming model could amplify Starlink’s reach, generating trillions in revenue to fund infrastructure and erase deficits... Federal and state governments must adopt Backskin, taking a cut of each transaction to stabilize economies while ensuring uptime... Optimum’s era of excuses is over; Starlink and Backskin are the future...</p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_26158" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_26158">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">1</span>
</a></div>

            <div id="dislike_post_post_26158" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_26158">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO93557596?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_26158" id=".comment_count_26158">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_26158" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO93557596">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO93557596/shared_users?class_name=Post">
        <span id="post-26158-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      252
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_26157">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMjYxNTci--33283c9db6eb1a641bb2d2fb99f32a159b8190f0b4a374ad11b74cf64f619e45"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_26157" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO56162840?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=26157&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_26157">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO56162840&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1753020122">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Sun, 20 Jul 25 &lt;span class=&quot;text-nowrap&quot;&gt;10:02 AM&lt;/span&gt;">
                      7/20/2025 10:02 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="26157">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-29caa284-9764-44e0-bcc8-2672a0af22c7" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-29caa284-9764-44e0-bcc8-2672a0af22c7">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO56162840?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO56162840">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO56162840?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO56162840">
          <p>The U.S. national deficit hit $1.8 trillion in fiscal year 2024, with federal debt at $28.2 trillion, or 98% of GDP, and projected to climb to 106% by 2027, per the Congressional Budget Office and U.S. Treasury. Interest payments alone cost $882 billion in 2024, crowding out critical investments. <a href="http://Backskin.com%E2%80%99" target="_blank">Backskin.com’</a>s revolutionary advertising, broadcast, and streaming platform—patented—offers a game-changing solution to erase this debt. By integrating Backskin’s innovative ad-driven streaming model at the federal and state levels, governments can tap into a multi-trillion-dollar revenue stream. Backskin’s platform, redefining broadcast media, allows hosts, creators, and users to share in ad revenue, with federal and state governments taking a small percentage of each transaction—potentially generating hundreds of billions annually. For example, if Backskin captures just 10% of the $600 billion global digital ad market, a 5% government transaction fee could yield $3 billion yearly per participating entity. Implemented across federal agencies (e.g., public media, education platforms) and state systems (e.g., local broadcasts, public service apps), this revenue could directly reduce deficits, fund infrastructure, and stabilize budgets without raising taxes. Backskin’s model ensures everyone—creators, users, and governments—wins, fostering economic equity while obliterating debt. States like California and New York could pilot Backskin in public media, with the federal government embedding it in national platforms like PBS or FEMA communications. With trillions in potential revenue, we’d be fools not to embrace Backskin’s transformative power to secure fiscal recovery. Learn more and join the revolution at <a href="http://Backskin.com" target="_blank">Backskin.com</a>!..</p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_26157" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_26157">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">0</span>
</a></div>

            <div id="dislike_post_post_26157" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_26157">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO56162840?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_26157" id=".comment_count_26157">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_26157" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO56162840">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO56162840/shared_users?class_name=Post">
        <span id="post-26157-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      224
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_26156">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMjYxNTYi--965928b6d31721a4068771d36810e988d18364dec35e01437b905c6d5cd55a7b"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_26156" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO07006495?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=26156&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_26156">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO07006495&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1753018577">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Sun, 20 Jul 25 &lt;span class=&quot;text-nowrap&quot;&gt;9:36 AM&lt;/span&gt;">
                      7/20/2025  9:36 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="26156">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-071c39c8-6d2e-46f2-b55b-7b9ee627c348" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-071c39c8-6d2e-46f2-b55b-7b9ee627c348">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO07006495?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO07006495">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO07006495?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO07006495">
          <p>In 2025, the persistent issue of school shootings in the U.S. continues to demand attention, with data from <a href="http://Security.org%E2%80%99" target="_blank">Security.org’</a>s “A Timeline of School Shootings Since Columbine” indicating 332 K-12 school shooting incidents in 2024, resulting in 267 injuries and fatalities... While specific 2025 figures are not provided in the source, other reports estimate 7 to 116 K-12 school shootings so far this year, depending on definitions, ranging from incidents with casualties (Education Week) to any gunfire on school grounds (K-12 School Shooting Database)... These alarming numbers highlight the urgent need for effective solutions... At zuMedia, we are pioneering a groundbreaking approach to enhance school safety, for which we have filed for patent protection, of an innovative solution eradicating current shooter trends set to be released soon...</p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_26156" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_26156">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">1</span>
</a></div>

            <div id="dislike_post_post_26156" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_26156">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO07006495?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_26156" id=".comment_count_26156">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_26156" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO07006495">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO07006495/shared_users?class_name=Post">
        <span id="post-26156-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      463
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_26155">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMjYxNTUi--a315f56ed9d2941a8fff1d786cfdd6a24592fa4878327a75cbe016023d802867"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_26155" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO32796425?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=26155&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_26155">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO32796425&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1753017553">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Sun, 20 Jul 25 &lt;span class=&quot;text-nowrap&quot;&gt;9:19 AM&lt;/span&gt;">
                      7/20/2025  9:19 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="26155">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-4e656e39-f9c9-45ac-b1f8-9ac54f1cecb8" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-4e656e39-f9c9-45ac-b1f8-9ac54f1cecb8">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO32796425?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO32796425">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO32796425?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO32796425">
          <p>The epidemic of sexual abuse in schools is spiraling... From 2015-18 alone, reports of teacher misconduct surged 43%, with 13,799 cases, including 685 rapes... 1 in 10 students endure abuse by graduation... Predators are shielded by weak policies and "pass the trash" practices... We are building and the public must demand a national offender registry, mandatory reporting, and zero-tolerance laws to protect our children... Silence is complicity—act now...</p><p><a class="align-items-center text-primary cursor-pointer post-hash-tag" data-action="post#filterHashTag" data-hashtag="#StopIt">#StopIt</a></p><p><a class="align-items-center text-primary cursor-pointer post-hash-tag" data-action="post#filterHashTag" data-hashtag="#ProtectStudents">#ProtectStudents</a></p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_26155" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_26155">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">1</span>
</a></div>

            <div id="dislike_post_post_26155" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_26155">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO32796425?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_26155" id=".comment_count_26155">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_26155" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO32796425">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO32796425/shared_users?class_name=Post">
        <span id="post-26155-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      202
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_10178">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTAxNzgi--e2763d4f8f3d2db674802ded3bb2271a43176b278798c6c0adebe715705a8d69"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_10178" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO77507928?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=10178&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_10178">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO77507928&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1744802628">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Wed, 16 Apr 25 &lt;span class=&quot;text-nowrap&quot;&gt;7:23 AM&lt;/span&gt;">
                      4/16/2025  7:23 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="10178">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-453f5df8-76b0-43b2-9461-10230170a79a" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-453f5df8-76b0-43b2-9461-10230170a79a">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO77507928?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO77507928">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO77507928?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO77507928">
          <p>More <a class="align-items-center text-primary pointer post-hash-tag" data-action="post#filterHashTag" data-hashtag="#DoorDash">#DoorDash</a> hell...</p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <turbo-frame id="update_post">
      <div class="d-lg-flex align-items-center justify-content-between gap-3" data-modal-target="dynamicEvent" data-controller='post-media' data-action="modalShown->post-media#refreshSlider">
            <turbo-frame id="show_post_media">
      <div class="d-lg-flex justify-content-start">
        <div class="spinner-border">
          <span class="visually-hidden">Loading...</span>
        </div>
      </div>
</turbo-frame>    <turbo-stream action="replace" target="show_post_media"><template>
      <div class="row post-slider px-0 mx-lg-auto mx-0 w-100 overflow-hidden max-h-330px"
           data-controller="media-loader chat-fancy-box ">
          <div class="uploaded-post px-0 position-relative">
            <div class="position-relative">
              <div class="loader-overlay position-absolute top-0 start-0 w-100 rounded-2 zi-7 h-300px" data-media-loader-target="loader">
                <div class="cover-image-skeleton dark-cover-image-skeleton size-full"></div>
              </div>
                <div class="overlay-none d-block position-relative zi-1 h-300px">
                  <video playsinline="playsinline" controls="controls" autoplay="autoplay" loop="loop" muted="muted" preload="auto" class="video-js vjs-default-skin vjs-16-9 position-relative zi-1 bg-transparent media-element " fluid="true" data-controller="no-contextmenu player" data-action="pause-&gt;autoplay-video#pauseVideo dragstart-&gt;player#dragStart" data-media-loader-target="media" data-attachment-id="4438084" data-player-custom-controls-value="true" poster="https://www.dmdb.com/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQzODA4NCwiZXhwIjoiMjAyNi0wNS0xMFQxODoxMzoxMi4xMThaIiwicHVyIjoiYmxvYl9pZCJ9fQ==--ff3aa36dc5cdeb14dade5e33ebbd0ccf0d6019e1/eyJfcmFpbHMiOnsiZGF0YSI6eyJyZXNpemUiOiIyMDB4MjAwIiwiZm9ybWF0IjoicG5nIn0sInB1ciI6InZhcmlhdGlvbiJ9fQ==--1e6b4aa6b0a0ce8da0a8ebca91b4ed39927e0894/1000041714.mp4" draggable="true" width="500" height="500" src="https://dmdb-prod.s3.amazonaws.com/32t1jhjvsfbv97jrrtclzhr5l3oc?response-content-disposition=inline%3B%20filename%3D%221000041714.mp4%22%3B%20filename%2A%3DUTF-8%27%271000041714.mp4&amp;response-content-type=video%2Fmp4&amp;x-amz-checksum-mode=ENABLED&amp;X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIATBVUL4KJERIALCBU%2F20260509%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20260509T181312Z&amp;X-Amz-Expires=86400&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=227d6163a43fa0dd080fc6d6c2720fe54d70c35f2d454d763f38f315d3e7213a"></video>
                  <img class="size-full min-h-100 object-cover image rounded-2 position-absolute start-0 top-0 filter-blur-5 zi-n1" data-controller="no-contextmenu" src="https://www.dmdb.com/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQzODA4NCwiZXhwIjoiMjAyNi0wNS0xMFQxODoxMzoxMi4xMTlaIiwicHVyIjoiYmxvYl9pZCJ9fQ==--855c10ed54f03dc35f802e5b944cf1260974a8c3/eyJfcmFpbHMiOnsiZGF0YSI6eyJyZXNpemUiOiIyMDB4MjAwIiwiZm9ybWF0IjoicG5nIn0sInB1ciI6InZhcmlhdGlvbiJ9fQ==--1e6b4aa6b0a0ce8da0a8ebca91b4ed39927e0894/1000041714.mp4" />
                </div>
            </div>
          </div>
      </div>
</template></turbo-stream>
      </div>
</turbo-frame>
</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_10178" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_10178">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">1</span>
</a></div>

            <div id="dislike_post_post_10178" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_10178">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO77507928?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_10178" id=".comment_count_10178">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_10178" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO77507928">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO77507928/shared_users?class_name=Post">
        <span id="post-10178-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      92
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_10177">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTAxNzci--189fc6b292358d2ec44f4f2890b7862c61564e9e42a98d3a7af6fb543099ff89"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_10177" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO32917823?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=10177&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_10177">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO32917823&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1744802011">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Wed, 16 Apr 25 &lt;span class=&quot;text-nowrap&quot;&gt;7:13 AM&lt;/span&gt;">
                      4/16/2025  7:13 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="10177">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-a4661e1b-78ba-4523-87aa-aecd01e9b5cf" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-a4661e1b-78ba-4523-87aa-aecd01e9b5cf">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO32917823?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO32917823">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO32917823?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO32917823">
          <p>This is what <a class="align-items-center text-primary pointer post-hash-tag" data-action="post#filterHashTag" data-hashtag="#DoorDash">#DoorDash</a> is unleashing onto the public...</p><p>Super awesome of the police but @DoorDash</p><p>should have known there was a warrant out on the driver...</p><p>Hand delivering criminals to the doorsteps of innocent unsuspecting citizens is entirely unacceptable... Yet with DoorDash... It happens ALL the time...</p><p><br></p><p>We have and will be sharing more DoorDash schemes, thefts, crimes, harms, and dangers shortly... Some of which are so unimaginable you won't believe your eyes...</p><p><br></p><p><a class="align-items-center text-primary pointer post-hash-tag" data-action="post#filterHashTag" data-hashtag="#DoorDashDeliversDanger">#DoorDashDeliversDanger</a></p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <turbo-frame id="update_post">
      <div class="d-lg-flex align-items-center justify-content-between gap-3" data-modal-target="dynamicEvent" data-controller='post-media' data-action="modalShown->post-media#refreshSlider">
            <turbo-frame id="show_post_media">
      <div class="d-lg-flex justify-content-start">
        <div class="spinner-border">
          <span class="visually-hidden">Loading...</span>
        </div>
      </div>
</turbo-frame>    <turbo-stream action="replace" target="show_post_media"><template>
      <div class="row post-slider px-0 mx-lg-auto mx-0 w-100 overflow-hidden max-h-330px"
           data-controller="media-loader chat-fancy-box ">
          <div class="uploaded-post px-0 position-relative">
            <div class="position-relative">
              <div class="loader-overlay position-absolute top-0 start-0 w-100 rounded-2 zi-7 h-300px" data-media-loader-target="loader">
                <div class="cover-image-skeleton dark-cover-image-skeleton size-full"></div>
              </div>
                <div class="overlay-none d-block position-relative zi-1 h-300px">
                  <video playsinline="playsinline" controls="controls" autoplay="autoplay" loop="loop" muted="muted" preload="auto" class="video-js vjs-default-skin vjs-16-9 position-relative zi-1 bg-transparent media-element " fluid="true" data-controller="no-contextmenu player" data-action="pause-&gt;autoplay-video#pauseVideo dragstart-&gt;player#dragStart" data-media-loader-target="media" data-attachment-id="4438080" data-player-custom-controls-value="true" poster="https://www.dmdb.com/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQzODA4MCwiZXhwIjoiMjAyNi0wNS0xMFQxODoxMzoxMi4xMjlaIiwicHVyIjoiYmxvYl9pZCJ9fQ==--c56f92461f33756713e67ca2c666fbc56089e690/eyJfcmFpbHMiOnsiZGF0YSI6eyJyZXNpemUiOiIyMDB4MjAwIiwiZm9ybWF0IjoicG5nIn0sInB1ciI6InZhcmlhdGlvbiJ9fQ==--1e6b4aa6b0a0ce8da0a8ebca91b4ed39927e0894/1000041969.mp4" draggable="true" width="500" height="500" src="https://dmdb-prod.s3.amazonaws.com/kxldcbphbs5rkwrm4k1st9pdezyp?response-content-disposition=inline%3B%20filename%3D%221000041969.mp4%22%3B%20filename%2A%3DUTF-8%27%271000041969.mp4&amp;response-content-type=video%2Fmp4&amp;x-amz-checksum-mode=ENABLED&amp;X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIATBVUL4KJERIALCBU%2F20260509%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20260509T181312Z&amp;X-Amz-Expires=86400&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=705f5541990b15cf0427506e6f6452c529b6a7a6be12062aca725bf0c21b1e74"></video>
                  <img class="size-full min-h-100 object-cover image rounded-2 position-absolute start-0 top-0 filter-blur-5 zi-n1" data-controller="no-contextmenu" src="https://www.dmdb.com/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQzODA4MCwiZXhwIjoiMjAyNi0wNS0xMFQxODoxMzoxMi4xMzBaIiwicHVyIjoiYmxvYl9pZCJ9fQ==--c25a55bb4278cf8c874f64fc939a8b335fc68737/eyJfcmFpbHMiOnsiZGF0YSI6eyJyZXNpemUiOiIyMDB4MjAwIiwiZm9ybWF0IjoicG5nIn0sInB1ciI6InZhcmlhdGlvbiJ9fQ==--1e6b4aa6b0a0ce8da0a8ebca91b4ed39927e0894/1000041969.mp4" />
                </div>
            </div>
          </div>
      </div>
</template></turbo-stream>
      </div>
</turbo-frame>
</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_10177" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_10177">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">1</span>
</a></div>

            <div id="dislike_post_post_10177" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_10177">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO32917823?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_10177" id=".comment_count_10177">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_10177" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO32917823">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO32917823/shared_users?class_name=Post">
        <span id="post-10177-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      81
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_10176">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTAxNzYi--310b0580f2198dc38ea4974ac2b032179da57c4e168298eea49c92264c3620db"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_10176" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO66369714?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=10176&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_10176">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO66369714&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1744801338">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Wed, 16 Apr 25 &lt;span class=&quot;text-nowrap&quot;&gt;7:02 AM&lt;/span&gt;">
                      4/16/2025  7:02 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="10176">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-abf1bac8-298c-4f4c-b21c-ece8ce8226ae" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-abf1bac8-298c-4f4c-b21c-ece8ce8226ae">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO66369714?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO66369714">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO66369714?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO66369714">
          <p>This is what <a class="align-items-center text-primary pointer post-hash-tag" data-action="post#filterHashTag" data-hashtag="#DoorDash">#DoorDash</a> is unleashing into the public...</p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <turbo-frame id="update_post">
      <div class="d-lg-flex align-items-center justify-content-between gap-3" data-modal-target="dynamicEvent" data-controller='post-media' data-action="modalShown->post-media#refreshSlider">
            <turbo-frame id="show_post_media">
      <div class="d-lg-flex justify-content-start">
        <div class="spinner-border">
          <span class="visually-hidden">Loading...</span>
        </div>
      </div>
</turbo-frame>    <turbo-stream action="replace" target="show_post_media"><template>
      <div class="row post-slider px-0 mx-lg-auto mx-0 w-100 overflow-hidden max-h-330px"
           data-controller="media-loader chat-fancy-box ">
          <div class="uploaded-post px-0 position-relative">
            <div class="position-relative">
              <div class="loader-overlay position-absolute top-0 start-0 w-100 rounded-2 zi-7 h-300px" data-media-loader-target="loader">
                <div class="cover-image-skeleton dark-cover-image-skeleton size-full"></div>
              </div>
                <div class="overlay-none d-block position-relative zi-1 h-300px">
                  <video playsinline="playsinline" controls="controls" autoplay="autoplay" loop="loop" muted="muted" preload="auto" class="video-js vjs-default-skin vjs-16-9 position-relative zi-1 bg-transparent media-element " fluid="true" data-controller="no-contextmenu player" data-action="pause-&gt;autoplay-video#pauseVideo dragstart-&gt;player#dragStart" data-media-loader-target="media" data-attachment-id="4438074" data-player-custom-controls-value="true" poster="https://www.dmdb.com/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQzODA3NCwiZXhwIjoiMjAyNi0wNS0xMFQxODoxMzoxMi4xNDBaIiwicHVyIjoiYmxvYl9pZCJ9fQ==--334bb7fa1f3485fd401fff708623aba2c731d912/eyJfcmFpbHMiOnsiZGF0YSI6eyJyZXNpemUiOiIyMDB4MjAwIiwiZm9ybWF0IjoicG5nIn0sInB1ciI6InZhcmlhdGlvbiJ9fQ==--1e6b4aa6b0a0ce8da0a8ebca91b4ed39927e0894/1000041964.mp4" draggable="true" width="500" height="500" src="https://dmdb-prod.s3.amazonaws.com/i1iejw8oivvryus8r8zfdz84wnli?response-content-disposition=inline%3B%20filename%3D%221000041964.mp4%22%3B%20filename%2A%3DUTF-8%27%271000041964.mp4&amp;response-content-type=video%2Fmp4&amp;x-amz-checksum-mode=ENABLED&amp;X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIATBVUL4KJERIALCBU%2F20260509%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20260509T181312Z&amp;X-Amz-Expires=86400&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=20dd996fa4abac3ddecc904dd068642669d2e072d13f1c31d2f49fbd3962cbd8"></video>
                  <img class="size-full min-h-100 object-cover image rounded-2 position-absolute start-0 top-0 filter-blur-5 zi-n1" data-controller="no-contextmenu" src="https://www.dmdb.com/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQzODA3NCwiZXhwIjoiMjAyNi0wNS0xMFQxODoxMzoxMi4xNDBaIiwicHVyIjoiYmxvYl9pZCJ9fQ==--334bb7fa1f3485fd401fff708623aba2c731d912/eyJfcmFpbHMiOnsiZGF0YSI6eyJyZXNpemUiOiIyMDB4MjAwIiwiZm9ybWF0IjoicG5nIn0sInB1ciI6InZhcmlhdGlvbiJ9fQ==--1e6b4aa6b0a0ce8da0a8ebca91b4ed39927e0894/1000041964.mp4" />
                </div>
            </div>
          </div>
      </div>
</template></turbo-stream>
      </div>
</turbo-frame>
</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_10176" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_10176">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">1</span>
</a></div>

            <div id="dislike_post_post_10176" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_10176">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO66369714?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_10176" id=".comment_count_10176">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_10176" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO66369714">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO66369714/shared_users?class_name=Post">
        <span id="post-10176-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      88
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_2831">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMjgzMSI=--db37f8dcfa8f9f711f38fb8a9ebfc17f37931347e0cb2e6d0825a5b8a22d7ae5"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_2831" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO44231761?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=2831&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_2831">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO44231761&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1742293426">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Tue, 18 Mar 25 &lt;span class=&quot;text-nowrap&quot;&gt;6:23 AM&lt;/span&gt;">
                      3/18/2025  6:23 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="2831">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-ca3339ae-c473-4547-8aff-2d3323ab4b7b" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-ca3339ae-c473-4547-8aff-2d3323ab4b7b">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO44231761?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO44231761">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO44231761?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO44231761">
          <p><a class="align-items-center text-primary pointer post-hash-tag" data-action="post#filterHashTag" data-hashtag="#DoorDash">#DoorDash</a> $2.99 Direct To You feature is a scam... We put it to the test and it's a scam in a most unimaginable way...</p><p><br></p><p>Here's another <a class="align-items-center text-primary pointer post-hash-tag" data-action="post#filterHashTag" data-hashtag="#DD">#DD</a> Customer who put it to the test... He doesn't know why it's a scam yet but he figured it out...</p><p><br></p><p><a href="https://youtu.be/7LTAxAORZkk?feature=shared" rel="noopener noreferrer" target="_blank" data-uw-rm-brl="PR" data-uw-original-href="https://youtu.be/7LTAxAORZkk?feature=shared" aria-label="https://youtu.be/7LTAxAORZkk?feature=shared - open in a new tab" data-uw-rm-ext-link="na" uw-rm-external-link-id="https://youtu.be/7ltaxaorzkk?feature=shared$https://youtu.be/7ltaxaorzkk?feature=shared" class="text-primary post-desc-link">youtu.be/7LTAxAORZkk?feature=s...</a></p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://youtu.be/7LTAxAORZkk?feature=shared" target="_blank"><div class="preview-link position-relative">
<img style="border-radius: 0.5rem !important;height: 280px;" class="d-block object-cover image img-fluid w-100" src="https://img.youtube.com/vi/7LTAxAORZkk/maxresdefault.jpg" alt="Card image cap"><div style="width: calc(100% - 10px) !important;margin: 0 auto;text-align: center;left: 50% !important;bottom: 10px !important;transform: translateX(-50%) !important;padding: 0.5rem 0.5rem 0;border-radius: 0 0 10px 10px;" class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 bottom-0 start-0 text-start">
<h6 class="card-title fs-16 mb-1 max-line-1"> - YouTube</h6>
<p class="text-start card-text max-line-2">Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.</p>
</div>
</div></a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_2831" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_2831">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">1</span>
</a></div>

            <div id="dislike_post_post_2831" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_2831">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO44231761?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_2831" id=".comment_count_2831">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_2831" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO44231761">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO44231761/shared_users?class_name=Post">
        <span id="post-2831-share-count">
            1
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      71
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_2549">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMjU0OSI=--cfb5e762d44f0cfacbcac83e994233e7e9855529d90365fd62291ad7e3e6d4eb"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_2549" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO60511451?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=2549&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_2549">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO60511451&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1742131331">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Sun, 16 Mar 25 &lt;span class=&quot;text-nowrap&quot;&gt;9:22 AM&lt;/span&gt;">
                      3/16/2025  9:22 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="2549">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-ef0a282f-21c0-414e-9d7b-f37b496056df" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-ef0a282f-21c0-414e-9d7b-f37b496056df">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO60511451?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO60511451">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO60511451?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO60511451">
          <p><a class="align-items-center text-primary pointer post-hash-tag" data-action="post#filterHashTag" data-hashtag="#DoorDash">#DoorDash</a> Get Your @#$% Together!...</p><p>The World Is Watching!...</p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <turbo-frame id="update_post">
      <div class="d-lg-flex align-items-center justify-content-between gap-3" data-modal-target="dynamicEvent" data-controller='post-media' data-action="modalShown->post-media#refreshSlider">
            <turbo-frame id="show_post_media">
      <div class="d-lg-flex justify-content-start">
        <div class="spinner-border">
          <span class="visually-hidden">Loading...</span>
        </div>
      </div>
</turbo-frame>    <turbo-stream action="replace" target="show_post_media"><template>
      <div class="row post-slider px-0 mx-lg-auto mx-0 w-100 overflow-hidden max-h-330px"
           data-controller="media-loader chat-fancy-box ">
          <div class="uploaded-post px-0 position-relative">
            <div class="position-relative">
              <div class="loader-overlay position-absolute top-0 start-0 w-100 rounded-2 zi-7 h-300px" data-media-loader-target="loader">
                <div class="cover-image-skeleton dark-cover-image-skeleton size-full"></div>
              </div>
                <div class="overlay-none d-block position-relative zi-1 h-300px">
                  <video playsinline="playsinline" controls="controls" autoplay="autoplay" loop="loop" muted="muted" preload="auto" class="video-js vjs-default-skin vjs-16-9 position-relative zi-1 bg-transparent media-element " fluid="true" data-controller="no-contextmenu player" data-action="pause-&gt;autoplay-video#pauseVideo dragstart-&gt;player#dragStart" data-media-loader-target="media" data-attachment-id="4427111" data-player-custom-controls-value="true" poster="https://www.dmdb.com/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQyNzExMSwiZXhwIjoiMjAyNi0wNS0xMFQxODoxMzoxMi4xNjVaIiwicHVyIjoiYmxvYl9pZCJ9fQ==--7d94338150fc95e5997405057a2bdc42c032ae61/eyJfcmFpbHMiOnsiZGF0YSI6eyJyZXNpemUiOiIyMDB4MjAwIiwiZm9ybWF0IjoicG5nIn0sInB1ciI6InZhcmlhdGlvbiJ9fQ==--1e6b4aa6b0a0ce8da0a8ebca91b4ed39927e0894/1000035373.mp4" draggable="true" width="500" height="500" src="https://dmdb-prod.s3.amazonaws.com/4pqj199i5ecm1w8kh5ukkk1iu5z5?response-content-disposition=inline%3B%20filename%3D%221000035373.mp4%22%3B%20filename%2A%3DUTF-8%27%271000035373.mp4&amp;response-content-type=video%2Fmp4&amp;x-amz-checksum-mode=ENABLED&amp;X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=AKIATBVUL4KJERIALCBU%2F20260509%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20260509T181312Z&amp;X-Amz-Expires=86400&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Signature=8fd23a52e2b4bf59590d5699c59d151ae54025495926b2b9c615b0e6155a2550"></video>
                  <img class="size-full min-h-100 object-cover image rounded-2 position-absolute start-0 top-0 filter-blur-5 zi-n1" data-controller="no-contextmenu" src="https://www.dmdb.com/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQyNzExMSwiZXhwIjoiMjAyNi0wNS0xMFQxODoxMzoxMi4xNjZaIiwicHVyIjoiYmxvYl9pZCJ9fQ==--18e21fc1b4e17de07360ab254580b4cacbf1cc62/eyJfcmFpbHMiOnsiZGF0YSI6eyJyZXNpemUiOiIyMDB4MjAwIiwiZm9ybWF0IjoicG5nIn0sInB1ciI6InZhcmlhdGlvbiJ9fQ==--1e6b4aa6b0a0ce8da0a8ebca91b4ed39927e0894/1000035373.mp4" />
                </div>
            </div>
          </div>
      </div>
</template></turbo-stream>
      </div>
</turbo-frame>
</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_2549" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_2549">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_2549" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_2549">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO60511451?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_2549" id=".comment_count_2549">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_2549" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO60511451">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO60511451/shared_users?class_name=Post">
        <span id="post-2549-share-count">
            2
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      79
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_2547">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMjU0NyI=--5ce8446c16d32277559ed587cf5a4af9e176ec01bc716d15f2b2ce73c5509e23"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_2547" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO36468144?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=2547&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_2547">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO36468144&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1742039493">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Sat, 15 Mar 25 &lt;span class=&quot;text-nowrap&quot;&gt;7:51 AM&lt;/span&gt;">
                      3/15/2025  7:51 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="2547">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-e4d57c2f-4eec-4016-b625-c9218f3e6dfc" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-e4d57c2f-4eec-4016-b625-c9218f3e6dfc">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO36468144?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO36468144">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO36468144?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO36468144">
          <p><a class="align-items-center text-primary pointer post-hash-tag" data-action="post#filterHashTag" data-hashtag="#DoorDash">#DoorDash</a> is a thief...</p><p><br></p><p><a href="https://ag.ny.gov/press-release/2025/attorney-general-james-secures-1675-million-doordash-cheating-delivery-workers#:~:text=Customers%20were%20misled%20into%20believing,the%20tip%20did%20not%20cover." rel="noopener noreferrer" target="_blank" data-uw-rm-brl="PR" data-uw-original-href="https://ag.ny.gov/press-release/2025/attorney-general-james-secures-1675-million-doordash-cheating-delivery-workers#:~:text=Customers%20were%20misled%20into%20believing,the%20tip%20did%20not%20cover." aria-label="https://ag.ny.gov/press-release/2025/attorney-general-james-secures-1675-million-doordash-cheating-delivery-workers#:~:text=Customers%20were%20misled%20into%20believing,the%20tip%20did%20not%20cover. - open in a new tab" data-uw-rm-ext-link="na" uw-rm-external-link-id="https://ag.ny.gov/press-release/2025/attorney-general-james-secures-1675-million-doordash-cheating-delivery-workers#:~:text=customers%20were%20misled%20into%20believing,the%20tip%20did%20not%20cover.$https://ag.ny.gov/press-release/2025/attorney-general-james-secures-1675-million-doordash-cheating-delivery-workers#:~:text=customers%20were%20misled%20into%20believing,the%20tip%20did%20not%20cover." class="text-primary post-desc-link">ag.ny.gov/press-release/2025/a...</a></p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://ag.ny.gov/press-release/2025/attorney-general-james-secures-1675-million-doordash-cheating-delivery-workers#:~:text=Customers%20were%20misled%20into%20believing,the%20tip%20did%20not%20cover." target="_blank"><div class="preview-link position-relative">
<img style="border-radius: 0.5rem !important;height: 280px;" class="d-block object-cover image img-fluid w-100" src="https://ag.ny.gov/themes/composer/oag/images/logo.svg" alt="Card image cap"><div style="width: calc(100% - 10px) !important;margin: 0 auto;text-align: center;left: 50% !important;bottom: 10px !important;transform: translateX(-50%) !important;padding: 0.5rem 0.5rem 0;border-radius: 0 0 10px 10px;" class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 bottom-0 start-0 text-start">
<h6 class="card-title fs-16 mb-1 max-line-1">Attorney General James Secures $16.75 Million from DoorDash for Cheating Delivery Workers Out of Tips</h6>
<p class="text-start card-text max-line-2">NEW YORK – New York Attorney General Letitia James today announced a $16.75 million settlement with delivery platform DoorDash for misleading both consumers and</p>
</div>
</div></a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_2547" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_2547">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">1</span>
</a></div>

            <div id="dislike_post_post_2547" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_2547">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO36468144?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_2547" id=".comment_count_2547">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_2547" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO36468144">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO36468144/shared_users?class_name=Post">
        <span id="post-2547-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      90
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_2215">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMjIxNSI=--34cc1e76e0f40cc04fe9dd05559f103a559cc9a940fd53cde2aa090c515212a7"></turbo-cable-stream-source>
  
<div class="individual_subscription_4">
  <div id="news_post_2215" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="14"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/phyllis-jager">
             <div class="profile-container profile-container-xs blue-shield offline ten-member credential pro-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDMyMDU4NCwicHVyIjoiYmxvYl9pZCJ9fQ==--5294bd1cbdbd1463e84fa9e602cd172e4f5541c6/657e55dda87b7c8725b7de341a1e8829~c5_100x100.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/pro_Moderator-5b875961ba53a3ee3e7d008e4a7bcd097ae763c588dce4faa20555a2534ff599.svg" />
          <img class="credential-container" src="https://www.dmdb.com/assets/svgs/credential-tag-afe78d8861592bf7c9a718f9bff40841ab7ed29c9fe79d4068fb7fc46dd9194a.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO73572206?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_14_display_user_name" href="/users/phyllis-jager?from_post=2215&amp;post_class=Post">
                      PHYLLIS JAGER
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_2215">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO73572206&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1741863501">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 13 Mar 25 &lt;span class=&quot;text-nowrap&quot;&gt;6:58 AM&lt;/span&gt;">
                      3/13/2025  6:58 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="2215">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-e9b5a87a-8cd9-4a02-9a25-949d08f61ddf" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-e9b5a87a-8cd9-4a02-9a25-949d08f61ddf">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO73572206?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO73572206">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO73572206?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO73572206">
          <p><a class="align-items-center text-primary pointer post-hash-tag" data-action="post#filterHashTag" data-hashtag="#DoorDash">#DoorDash</a> = <a class="align-items-center text-primary pointer post-hash-tag" data-action="post#filterHashTag" data-hashtag="#Scamdash">#Scamdash</a></p><p><br></p><p><a href="https://san.com/opinions/doordash-owes-drivers-millions-but-fight-for-worker-justice-not-over" rel="noopener noreferrer" target="_blank" data-uw-rm-brl="PR" data-uw-original-href="https://san.com/opinions/doordash-owes-drivers-millions-but-fight-for-worker-justice-not-over" aria-label="https://san.com/opinions/doordash-owes-drivers-millions-but-fight-for-worker-justice-not-over/ - open in a new tab" data-uw-rm-ext-link="na" uw-rm-external-link-id="https://san.com/opinions/doordash-owes-drivers-millions-but-fight-for-worker-justice-not-over$https://san.com/opinions/doordash-owes-drivers-millions-but-fight-for-worker-justice-not-over/" class="text-primary post-desc-link">san.com/opinions/doordash-owes...</a></p>
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://san.com/opinions/doordash-owes-drivers-millions-but-fight-for-worker-justice-not-over" target="_blank"><div class="preview-link position-relative">
<img style="border-radius: 0.5rem !important;height: 280px;" class="d-block object-cover image img-fluid w-100" src="https://san.com/wp-content/uploads/2025/03/CLEAN-DoorDash-owes-drivers-millions-but-fight-for-worker-justice-not-over_Getty-Images_featuredImage_Tue-Mar-04-2025.jpg" alt="Card image cap"><div style="width: calc(100% - 10px) !important;margin: 0 auto;text-align: center;left: 50% !important;bottom: 10px !important;transform: translateX(-50%) !important;padding: 0.5rem 0.5rem 0;border-radius: 0 0 10px 10px;" class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 bottom-0 start-0 text-start">
<h6 class="card-title fs-16 mb-1 max-line-1">DoorDash owes drivers millions but fight for worker justice not over: Lawrence</h6>
<p class="text-start card-text max-line-2">Though the delivery platform has settled with its drivers, corporations rarely face real consequences for breaking the law.</p>
</div>
</div></a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_2215" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_2215">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">0</span>
</a></div>

            <div id="dislike_post_post_2215" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_2215">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO73572206?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_2215" id=".comment_count_2215">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_2215" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO73572206">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO73572206/shared_users?class_name=Post">
        <span id="post-2215-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      44
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>

</turbo-frame>
<div id="pagination" class="text-center">
  <turbo-stream action="replace" target="pagination"><template>
    <turbo-frame data-controller="infinite-scroll" data-infinite-scroll-url-value="/users/dashboards/U21918007/user_posts.turbo_stream?page=2" data-infinite-scroll-scroll-container-id-value="all-posts-block" data-infinite-scroll-target-frame-id-value="get_all_post_tag" data-infinite-scroll-loader-id-value="social_post_page_skeleton" id="pagination">
        

<turbo-frame class="post-loader-link" loading="lazy" id="social_post_page_skeleton">
    <div class="card card-border social-post-card mb-4">
      <div class="card-body p-2 pb-0">
        <div class="d-flex gap-2 m-3">
          <div class="avatar-skeleton dark-avatar-skeleton"></div>
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-50"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-100"></div>
        </div>
      </div>
    </div>
    <div class="card card-border social-post-card mb-4">
      <div class="card-body p-2 pb-0">
        <div class="d-flex gap-2 m-3">
          <div class="avatar-skeleton dark-avatar-skeleton"></div>
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-50"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-100"></div>
        </div>
      </div>
    </div>
    <div class="card card-border social-post-card mb-4">
      <div class="card-body p-2 pb-0">
        <div class="d-flex gap-2 m-3">
          <div class="avatar-skeleton dark-avatar-skeleton"></div>
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-50"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-100"></div>
        </div>
      </div>
    </div>
    <div class="card card-border social-post-card mb-4">
      <div class="card-body p-2 pb-0">
        <div class="d-flex gap-2 m-3">
          <div class="avatar-skeleton dark-avatar-skeleton"></div>
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-50"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-100"></div>
        </div>
      </div>
    </div>
    <div class="card card-border social-post-card mb-4">
      <div class="card-body p-2 pb-0">
        <div class="d-flex gap-2 m-3">
          <div class="avatar-skeleton dark-avatar-skeleton"></div>
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-50"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-100"></div>
        </div>
      </div>
    </div>
    <div class="card card-border social-post-card mb-4">
      <div class="card-body p-2 pb-0">
        <div class="d-flex gap-2 m-3">
          <div class="avatar-skeleton dark-avatar-skeleton"></div>
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-50"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-100"></div>
        </div>
      </div>
    </div>
</turbo-frame>
</turbo-frame></template></turbo-stream>
</div>

</template></turbo-stream>

