{"id":848,"date":"2026-03-19T15:25:58","date_gmt":"2026-03-19T15:25:58","guid":{"rendered":"https:\/\/yebbo.com\/ethiodiego\/?p=848"},"modified":"2026-03-19T15:26:09","modified_gmt":"2026-03-19T15:26:09","slug":"yebbotax-simple-overtime-calculator","status":"publish","type":"post","link":"http:\/\/yebbo.com\/ethiodiego\/yebbotax-simple-overtime-calculator\/","title":{"rendered":"YebboTax\u2122 Simple Overtime Calculator"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"http:\/\/yebbo.com\/ethiodiego\/wp-content\/uploads\/2026\/03\/YebboTaxOBBBOVERTIMECALCULATOR-1024x683.png\" alt=\"\" class=\"wp-image-849\" srcset=\"http:\/\/yebbo.com\/ethiodiego\/wp-content\/uploads\/2026\/03\/YebboTaxOBBBOVERTIMECALCULATOR-1024x683.png 1024w, http:\/\/yebbo.com\/ethiodiego\/wp-content\/uploads\/2026\/03\/YebboTaxOBBBOVERTIMECALCULATOR-300x200.png 300w, http:\/\/yebbo.com\/ethiodiego\/wp-content\/uploads\/2026\/03\/YebboTaxOBBBOVERTIMECALCULATOR-768x512.png 768w, http:\/\/yebbo.com\/ethiodiego\/wp-content\/uploads\/2026\/03\/YebboTaxOBBBOVERTIMECALCULATOR-400x267.png 400w, http:\/\/yebbo.com\/ethiodiego\/wp-content\/uploads\/2026\/03\/YebboTaxOBBBOVERTIMECALCULATOR-800x533.png 800w, http:\/\/yebbo.com\/ethiodiego\/wp-content\/uploads\/2026\/03\/YebboTaxOBBBOVERTIMECALCULATOR.png 1536w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>YebboTax\u2122 Simple Overtime Calculator<\/title>\n  <style>\n    :root{\n      --bg:#081018;\n      --panel:#101b26;\n      --panel2:#132332;\n      --text:#eef6ff;\n      --muted:#9ab0c4;\n      --green:#23ff79;\n      --red:#ff3a4f;\n      --cyan:#39d8ff;\n      --yellow:#ffe85d;\n      --line:rgba(57,216,255,.2);\n      --shadow:0 0 22px rgba(57,216,255,.12);\n      --radius:22px;\n    }\n    *{box-sizing:border-box}\n    body{\n      margin:0;\n      font-family:Arial,Helvetica,sans-serif;\n      color:var(--text);\n      background:\n        radial-gradient(circle at top left, rgba(35,255,121,.12), transparent 18%),\n        radial-gradient(circle at top right, rgba(255,58,79,.12), transparent 20%),\n        linear-gradient(180deg,#070c14,#0b1320 60%,#081018);\n      min-height:100vh;\n    }\n    .wrap{max-width:1100px;margin:0 auto;padding:20px}\n    .top{\n      display:flex;align-items:center;gap:18px;justify-content:space-between;flex-wrap:wrap;\n      background:rgba(16,27,38,.88);border:1px solid var(--line);border-radius:24px;padding:18px 20px;box-shadow:var(--shadow)\n    }\n    .brand{display:flex;align-items:center;gap:16px;flex-wrap:wrap}\n    .logoBox{background:#fff;padding:10px 14px;border-radius:18px}\n    .logoBox img{height:58px;display:block}\n    h1{margin:0;font-size:clamp(24px,3vw,38px)}\n    .sub{color:var(--muted);margin-top:6px;font-size:14px;max-width:700px}\n    .badge{padding:10px 14px;border-radius:999px;border:1px solid rgba(35,255,121,.35);color:var(--green);font-weight:700}\n\n    .main{display:grid;grid-template-columns:1.05fr .95fr;gap:20px;margin-top:20px}\n    @media (max-width:900px){.main{grid-template-columns:1fr}}\n\n    .card{background:rgba(16,27,38,.93);border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}\n    .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}\n    @media (max-width:700px){.steps{grid-template-columns:1fr}}\n    .step{background:linear-gradient(180deg,var(--panel2),var(--panel));border:1px solid rgba(57,216,255,.12);border-radius:18px;padding:14px}\n    .stepNo{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:rgba(35,255,121,.14);color:var(--green);font-weight:700;margin-bottom:8px}\n    .step b{display:block;margin-bottom:4px}\n    .step small{color:var(--muted)}\n\n    .display{\n      background:linear-gradient(180deg,#07131a,#0b1f16);\n      border:1px solid rgba(35,255,121,.28);\n      border-radius:18px;\n      padding:18px;\n      margin-bottom:18px;\n      box-shadow:inset 0 0 24px rgba(35,255,121,.08),0 0 18px rgba(35,255,121,.1)\n    }\n    .displayLabel{font-size:13px;color:#bfead0;text-transform:uppercase;letter-spacing:.08em}\n    .displayValue{font-size:clamp(34px,5vw,52px);font-weight:800;margin-top:8px;color:var(--green)}\n    .displaySub{color:var(--muted);font-size:14px;margin-top:8px}\n\n    .formGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}\n    @media (max-width:700px){.formGrid{grid-template-columns:1fr}}\n    .field label{display:block;font-size:13px;color:#c9def0;margin-bottom:7px}\n    .field input,.field select,.field textarea{\n      width:100%;background:#09131d;color:var(--text);border:1px solid rgba(57,216,255,.2);border-radius:14px;padding:13px 14px;font-size:16px;outline:none\n    }\n    .field textarea{min-height:86px;resize:vertical}\n    .field input:focus,.field select:focus,.field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(35,255,121,.12)}\n    .actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}\n    button,.btn{\n      cursor:pointer;border:none;border-radius:14px;padding:13px 18px;font-size:15px;font-weight:700\n    }\n    .primary{background:linear-gradient(90deg,var(--green),#12d65d);color:#03110a}\n    .secondary{background:linear-gradient(90deg,var(--cyan),#71e6ff);color:#04111a}\n    .ghost{background:#0b1520;color:var(--text);border:1px solid rgba(57,216,255,.18)}\n\n    .resultGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}\n    .result{background:linear-gradient(180deg,var(--panel2),var(--panel));border-radius:18px;padding:16px;border:1px solid rgba(57,216,255,.12)}\n    .result .k{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}\n    .result .v{font-size:28px;font-weight:800;margin-top:8px}\n    .green{color:var(--green)} .cyan{color:var(--cyan)} .yellow{color:var(--yellow)} .red{color:var(--red)}\n\n    .simpleList{margin:14px 0 0;padding-left:18px;color:#dbe9f7}\n    .simpleList li{margin:8px 0}\n\n    details{margin-top:16px;background:linear-gradient(180deg,var(--panel2),var(--panel));border-radius:18px;border:1px solid rgba(57,216,255,.12)}\n    summary{cursor:pointer;padding:16px 18px;font-weight:700;color:var(--cyan)}\n    details .inside{padding:0 18px 18px}\n\n    .footer{margin-top:18px;color:var(--muted);font-size:13px;line-height:1.6}\n    .small{font-size:12px;color:var(--muted)}\n    .embedBox{background:#09131d;border-radius:14px;border:1px solid rgba(57,216,255,.16);padding:12px;word-break:break-all;color:#cfe8ff}\n  <\/style>\n<\/head>\n<body>\n  <div class=\"wrap\">\n    <div class=\"top\">\n      <div class=\"brand\">\n        <div class=\"logoBox\"><img decoding=\"async\" src=\"yebbotaxLogo.png\" alt=\"YebboTax logo\"><\/div>\n        <div>\n          <h1>YebboTax\u2122 Simple OT Calculator<\/h1>\n          <div class=\"sub\">A cleaner, easier version of the OBBB qualified overtime calculator. Enter just the key numbers, then get one clear answer.<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"badge\">Call 619-255-5530<\/div>\n    <\/div>\n\n    <div class=\"main\">\n      <div class=\"card\">\n        <div class=\"steps\">\n          <div class=\"step\"><span class=\"stepNo\">1<\/span><b>Enter pay info<\/b><small>Regular rate, OT hours, and OT rate or OT pay.<\/small><\/div>\n          <div class=\"step\"><span class=\"stepNo\">2<\/span><b>Optional client info<\/b><small>Name and email for office use only.<\/small><\/div>\n          <div class=\"step\"><span class=\"stepNo\">3<\/span><b>See result<\/b><small>The calculator shows qualified OT and a simple breakdown.<\/small><\/div>\n        <\/div>\n\n        <div class=\"display\">\n          <div class=\"displayLabel\">Qualified overtime estimate<\/div>\n          <div class=\"displayValue\" id=\"mainResult\">$0.00<\/div>\n          <div class=\"displaySub\" id=\"mainSummary\">Enter numbers below and press Calculate.<\/div>\n        <\/div>\n\n        <div class=\"formGrid\">\n          <div class=\"field\">\n            <label>Regular hourly rate ($)<\/label>\n            <input id=\"regularRate\" type=\"number\" step=\"0.01\" placeholder=\"Example: 20\">\n          <\/div>\n          <div class=\"field\">\n            <label>Overtime hours<\/label>\n            <input id=\"otHours\" type=\"number\" step=\"0.01\" placeholder=\"Example: 10\">\n          <\/div>\n          <div class=\"field\">\n            <label>Overtime multiplier<\/label>\n            <select id=\"otMultiplier\">\n              <option value=\"1.5\">1.5\u00d7 Time-and-a-half<\/option>\n              <option value=\"2\">2\u00d7 Double time<\/option>\n              <option value=\"custom\">Custom OT rate below<\/option>\n            <\/select>\n          <\/div>\n          <div class=\"field\">\n            <label>Custom OT hourly rate ($) \u2014 only if using custom<\/label>\n            <input id=\"customOtRate\" type=\"number\" step=\"0.01\" placeholder=\"Optional\">\n          <\/div>\n          <div class=\"field\">\n            <label>Total overtime pay ($) \u2014 optional shortcut<\/label>\n            <input id=\"totalOtPay\" type=\"number\" step=\"0.01\" placeholder=\"Optional, calculator can compute it\">\n          <\/div>\n          <div class=\"field\">\n            <label>Filing status<\/label>\n            <select id=\"filingStatus\">\n              <option value=\"single\">Single<\/option>\n              <option value=\"joint\">Married filing jointly<\/option>\n            <\/select>\n          <\/div>\n        <\/div>\n\n        <details>\n          <summary>Optional client capture and office notes<\/summary>\n          <div class=\"inside\">\n            <div class=\"formGrid\">\n              <div class=\"field\">\n                <label>Client name<\/label>\n                <input id=\"clientName\" type=\"text\" placeholder=\"Optional\">\n              <\/div>\n              <div class=\"field\">\n                <label>Email<\/label>\n                <input id=\"clientEmail\" type=\"email\" placeholder=\"Optional\">\n              <\/div>\n              <div class=\"field\" style=\"grid-column:1\/-1\">\n                <label>Office notes<\/label>\n                <textarea id=\"officeNotes\" placeholder=\"Optional notes for YebboTax office use\"><\/textarea>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/details>\n\n        <div class=\"actions\">\n          <button class=\"primary\" onclick=\"calculate()\">Calculate<\/button>\n          <button class=\"secondary\" onclick=\"saveClient()\">Save client record<\/button>\n          <button class=\"ghost\" onclick=\"window.print()\">Print \/ Save PDF<\/button>\n          <button class=\"ghost\" onclick=\"clearAll()\">Clear<\/button>\n        <\/div>\n\n        <div class=\"footer\">\n          \u00a9 2026 YebboTax\u2122. All Rights Reserved. YebboTax\u2122 is a trademark of Yebbo Communication Network. This calculator is for educational estimates and office workflow support only.\n        <\/div>\n      <\/div>\n\n      <div class=\"card\">\n        <h2 style=\"margin-top:0\">Simple results<\/h2>\n        <div class=\"resultGrid\">\n          <div class=\"result\"><div class=\"k\">Total OT Pay<\/div><div class=\"v cyan\" id=\"rTotalOt\">$0.00<\/div><\/div>\n          <div class=\"result\"><div class=\"k\">Regular Portion of OT Hours<\/div><div class=\"v yellow\" id=\"rBasePortion\">$0.00<\/div><\/div>\n          <div class=\"result\"><div class=\"k\">Qualified OT<\/div><div class=\"v green\" id=\"rQualified\">$0.00<\/div><\/div>\n          <div class=\"result\"><div class=\"k\">Annual Cap Used<\/div><div class=\"v red\" id=\"rCap\">$12,500<\/div><\/div>\n        <\/div>\n\n        <ul class=\"simpleList\" id=\"explainList\">\n          <li>Qualified OT is the extra pay above the regular hourly rate for overtime hours.<\/li>\n          <li>For 1.5\u00d7 OT, the qualified portion is usually one-third of total OT pay.<\/li>\n          <li>For 2\u00d7 OT, the qualified portion is usually one-half of total OT pay.<\/li>\n        <\/ul>\n\n        <details open>\n          <summary>Client report<\/summary>\n          <div class=\"inside\">\n            <div id=\"reportText\" class=\"small\">No report generated yet.<\/div>\n          <\/div>\n        <\/details>\n\n        <details>\n          <summary>Saved client records on this device<\/summary>\n          <div class=\"inside\">\n            <div id=\"savedRecords\" class=\"small\">No saved records yet.<\/div>\n          <\/div>\n        <\/details>\n\n        <details>\n          <summary>Embed into YebboTax Mega Hub<\/summary>\n          <div class=\"inside\">\n            <div class=\"embedBox\">&lt;iframe src=&#8221;yebbotax_simple_ot_calculator.html&#8221; width=&#8221;100%&#8221; height=&#8221;1200&#8243; style=&#8221;border:0;border-radius:16px;&#8221; loading=&#8221;lazy&#8221;&gt;&lt;\/iframe&gt;<\/div>\n          <\/div>\n        <\/details>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<script>\nfunction money(n){return new Intl.NumberFormat('en-US',{style:'currency',currency:'USD'}).format(Number(n||0));}\nfunction getOtRate(){\n  const regular = Number(document.getElementById('regularRate').value || 0);\n  const mult = document.getElementById('otMultiplier').value;\n  if(mult === 'custom') return Number(document.getElementById('customOtRate').value || 0);\n  return regular * Number(mult);\n}\nfunction calculate(){\n  const regular = Number(document.getElementById('regularRate').value || 0);\n  const hours = Number(document.getElementById('otHours').value || 0);\n  const totalInput = Number(document.getElementById('totalOtPay').value || 0);\n  const status = document.getElementById('filingStatus').value;\n  const cap = status === 'joint' ? 25000 : 12500;\n  const otRate = getOtRate();\n\n  if(!regular || !hours){\n    document.getElementById('mainSummary').textContent = 'Please enter at least regular hourly rate and overtime hours.';\n    return;\n  }\n\n  let totalOt = totalInput > 0 ? totalInput : (hours * otRate);\n  let basePortion = regular * hours;\n  let qualified = Math.max(0, totalOt - basePortion);\n  let allowed = Math.min(qualified, cap);\n\n  document.getElementById('mainResult').textContent = money(allowed);\n  document.getElementById('mainSummary').textContent = 'Qualified overtime before any other eligibility limits: ' + money(qualified);\n  document.getElementById('rTotalOt').textContent = money(totalOt);\n  document.getElementById('rBasePortion').textContent = money(basePortion);\n  document.getElementById('rQualified').textContent = money(qualified);\n  document.getElementById('rCap').textContent = money(cap);\n\n  const name = document.getElementById('clientName').value || 'Client';\n  const email = document.getElementById('clientEmail').value || 'No email entered';\n  const notes = document.getElementById('officeNotes').value || 'No office notes';\n  const multText = document.getElementById('otMultiplier').value === 'custom' ? 'Custom rate' : document.getElementById('otMultiplier').value + '\u00d7';\n\n  document.getElementById('reportText').innerHTML =\n    '<b>Name:<\/b> ' + escapeHtml(name) + '<br>' +\n    '<b>Email:<\/b> ' + escapeHtml(email) + '<br>' +\n    '<b>Regular Rate:<\/b> ' + money(regular) + '<br>' +\n    '<b>OT Hours:<\/b> ' + hours + '<br>' +\n    '<b>OT Multiplier \/ Rate:<\/b> ' + escapeHtml(multText) + ' \/ ' + money(otRate) + '<br>' +\n    '<b>Total OT Pay:<\/b> ' + money(totalOt) + '<br>' +\n    '<b>Regular Portion of OT Hours:<\/b> ' + money(basePortion) + '<br>' +\n    '<b>Qualified OT:<\/b> ' + money(qualified) + '<br>' +\n    '<b>Cap Used:<\/b> ' + money(cap) + '<br>' +\n    '<b>Allowed Estimate:<\/b> ' + money(allowed) + '<br>' +\n    '<b>Notes:<\/b> ' + escapeHtml(notes);\n}\nfunction saveClient(){\n  calculate();\n  const rec = {\n    ts:new Date().toLocaleString(),\n    name:document.getElementById('clientName').value || 'Client',\n    email:document.getElementById('clientEmail').value || '',\n    report:document.getElementById('reportText').innerText\n  };\n  const key='yebbotax_simple_ot_records';\n  const all=JSON.parse(localStorage.getItem(key) || '[]');\n  all.unshift(rec);\n  localStorage.setItem(key, JSON.stringify(all.slice(0,25)));\n  renderSaved();\n}\nfunction renderSaved(){\n  const key='yebbotax_simple_ot_records';\n  const all=JSON.parse(localStorage.getItem(key) || '[]');\n  const box=document.getElementById('savedRecords');\n  if(!all.length){box.textContent='No saved records yet.'; return;}\n  box.innerHTML = all.map((r,i)=>'<div style=\"padding:10px 0;border-bottom:1px solid rgba(57,216,255,.12)\"><b>'+\n    escapeHtml(r.name)+'<\/b> \u00b7 '+escapeHtml(r.email || 'No email')+'<br><span>'+escapeHtml(r.ts)+'<\/span><br><span>'+escapeHtml(r.report.slice(0,180))+'...<\/span><\/div>').join('');\n}\nfunction clearAll(){\n  ['regularRate','otHours','customOtRate','totalOtPay','clientName','clientEmail','officeNotes'].forEach(id=>document.getElementById(id).value='');\n  document.getElementById('otMultiplier').value='1.5';\n  document.getElementById('filingStatus').value='single';\n  document.getElementById('mainResult').textContent='$0.00';\n  document.getElementById('mainSummary').textContent='Enter numbers below and press Calculate.';\n  document.getElementById('rTotalOt').textContent='$0.00';\n  document.getElementById('rBasePortion').textContent='$0.00';\n  document.getElementById('rQualified').textContent='$0.00';\n  document.getElementById('reportText').textContent='No report generated yet.';\n}\nfunction escapeHtml(s){\n  return String(s).replace(\/[&<>\\\"']\/g, m => ({'&':'&amp;','<':'&lt;','>':'&gt;','\"':'&quot;',\"'\":'&#39;'}[m]));\n}\nrenderSaved();\n<\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>YebboTax\u2122 Simple Overtime Calculator YebboTax\u2122 Simple OT Calculator A cleaner, easier version of the OBBB qualified overtime calculator. Enter just [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":849,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[30],"tags":[],"class_list":["post-848","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-yebbotax"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"http:\/\/yebbo.com\/ethiodiego\/wp-content\/uploads\/2026\/03\/YebboTaxOBBBOVERTIMECALCULATOR.png","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8nzgb-dG","jetpack_likes_enabled":true,"_links":{"self":[{"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/posts\/848","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/comments?post=848"}],"version-history":[{"count":1,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/posts\/848\/revisions"}],"predecessor-version":[{"id":850,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/posts\/848\/revisions\/850"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/media\/849"}],"wp:attachment":[{"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/media?parent=848"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/categories?post=848"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/tags?post=848"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}