 #  X User ID for Twitter Cards Bookmarklet 

 

At RicheyWeb, we don’t skimp on the details. Our freshly launched [System - X Autopost](/software/joomla/plugins/system-x-autopost) plugin for Joomla (version 1.0.0, just released!) makes sharing your content to X (formerly Twitter) a breeze. While setting up Twitter Cards to display rich previews of your Joomla posts is mostly plug-and-play, there’s one optional field that completes the package: your X user ID. We have a bookmarklet that makes finding that ID a snap.

X marks the user ID as optional for Twitter Cards, but at RicheyWeb, we’re all about crossing every t and dotting every i. Including your user ID (e.g., 1481734492154912770 for @ComRicheyweb) ensures your Twitter Cards are perfectly tied to your profile, enhancing attribution and analytics. Digging it out manually? No thanks.

We’ve created a bookmarklet—a one-click JavaScript tool you can drag to your bookmarks toolbar—that grabs your user ID from any X profile page. No API keys, no fuss, and it works right in your browser. This guide shows you how to add it and use it with System - X Autopost for flawless Twitter Card setup.

## Why Add Your X User ID to Twitter Cards?

Twitter Cards turn your Joomla posts into eye-catching previews on X, complete with images, titles, and descriptions. Adding your user ID to the twitter:creator:id meta tag:

- Links to You: Credits your @username in card interactions, boosting visibility.
- Sharpens Analytics: Ties engagement to your X account for better tracking.
- Satisfies Perfectionism: Completes your System - X Autopost setup, RicheyWeb style.
 
Without the ID, your cards still work, but why leave a blank unfilled? Our bookmarklet makes grabbing it effortless. The installation process is simple, but first we should explain how it works.

## How the Bookmarklet Works

The bookmarklet is a compact JavaScript snippet that runs on an X profile page (e.g., https://x.com/YourUsername). It:

1. Scans the page’s HTML for the &lt;script type="application/ld+json"&gt; tag, where X stores structured data.
2. Pulls out the mainEntity.identifier field—your numeric user ID.
3. Shows the ID in an alert or copies it to your clipboard (depending on the version).
 
Since it runs directly on X’s domain, it avoids CORS issues and needs no external servers or authentication. It’s built for Joomla users who demand precision without complexity.

Note:

- Only works on X profile pages (e.g., <https://x.com/ComRicheyweb>).
- Relies on X’s current page structure; changes are rare but possible.
- Use ethically, per X’s terms, on your own or public profiles.
 
## Adding the Bookmarklet

We’ve made it dead simple: just drag a link to your bookmarks toolbar! Most modern browsers (Chrome, Firefox, Edge, Safari) support dragging bookmarklet links directly. Below are two versions of the bookmarklet—pick the one that suits you.

### Step-by-Step

1. Visit the Bookmarklet Download Page on RicheyWeb.
2. Find the bookmarklet link (below).
3. Drag the link to your browser’s Bookmarks toolbar or menu.
4. Alternatively, right-click the link, select “Bookmark This Link” (or similar), and save it as “Get X User ID”.
 
### The Bookmarklet

This copies the ID to your clipboard and confirms with an alert. (Note: Requires HTTPS or user permission in some browsers.)

Drag this link to your Bookmarks toolbar Code (for reference):

[X ID Finder](# "Extract the X ID from profile pages, display in alert().")

 ```
javascript:(function(){try{const ldScript=document.querySelector('script[type="application/ld+json"]');if(!ldScript){alert('Error: JSON-LD script not found');return;}const jsonObj=JSON.parse(ldScript.textContent);const userId=jsonObj?.mainEntity?.identifier;if(!userId){alert('Error: User ID not found');return;}navigator.clipboard.writeText(userId).then(() => alert('User ID copied to clipboard: '+userId)).catch(() => alert('Copy failed—User ID: '+userId));}catch(e){alert('Error: '+e.message);}})();
```

 

Test It: Go to your X profile (e.g., https://x.com/ComRicheyweb), click the bookmarklet in your toolbar, and see your ID (mine’s 1481734492154912770). Copy it or note it down.

## Using the User ID in System - X Autopost

With your user ID in hand, here’s how to plug it into System - X Autopost for perfect Twitter Cards:

1. Install the Plugin: Download [System - X Autopost](/software/joomla/plugins/system-x-autopost) from RicheyWeb and install via Joomla’s Extension Manager.
2. Get Your ID: Visit your X profile, click the bookmarklet, and copy the ID (or write it down from the alert).
3. Configure Twitter Cards: 
    - In Joomla Admin, go to System &gt; Plugins &gt; System - X Autopost.
    - Navigate to the Twitter Card settings tab.
    - Paste your user ID into the “Twitter Creator ID” field (for twitter:creator:id).
    - Adjust other card settings (e.g., card type, site handle).
4. Save and Test: Publish a test article and check X to confirm the card displays with your profile linked.
 
For a deep dive, see the [System - X Autopost Documentation](/software/documentation/system-x-autopost).

## Troubleshooting

- “JSON-LD script not found”: Ensure you’re on an X profile page (e.g., https://x.com/YourUsername), not a tweet or search page. Refresh and try again.
- Clipboard Copy Fails: Some browsers restrict clipboard access unless on HTTPS. Use the basic version or manually copy the ID from the alert.
- No ID Found: Verify the profile is public and the URL is correct.
- Bookmarklet Not Loading: Ensure JavaScript is enabled, or re-drag the link from the Bookmarklet Download Page.
 
 



- [      email ](mailto:?subject=X+User+ID+for+Twitter+Cards+Bookmarklet&body=https%3A%2F%2Fwww.richeyweb.com%2Fsoftware%2Fdocumentation%2Fx-user-id-for-twitter-cards-bookmarklet)
- [      facebook ](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.richeyweb.com%2Fsoftware%2Fdocumentation%2Fx-user-id-for-twitter-cards-bookmarklet)
- [      x-twitter ](https://twitter.com/intent/tweet?text=X+User+ID+for+Twitter+Cards+Bookmarklet%3A+https%3A%2F%2Fwww.richeyweb.com%2Fsoftware%2Fdocumentation%2Fx-user-id-for-twitter-cards-bookmarklet)
- [      linkedin ](http://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fwww.richeyweb.com%2Fsoftware%2Fdocumentation%2Fx-user-id-for-twitter-cards-bookmarklet&title=X+User+ID+for+Twitter+Cards+Bookmarklet&summary=At+RicheyWeb%2C+we+don%E2%80%99t+skimp+on+the+details.+Our+f...)
- [      pinterest ](http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.richeyweb.com%2Fsoftware%2Fdocumentation%2Fx-user-id-for-twitter-cards-bookmarklet&media=https%3A%2F%2Fcdn.joomla.org%2Fimages%2Fjoomla-org-og.jpg&description=X+User+ID+for+Twitter+Cards+Bookmarklet)
 


 

   [  Previous article: X API Setup Walkthrough for System - X Autopost   X API Setup Walkthrough for System - X Autopost ](/software/documentation/x-api-setup-walkthrough-for-system-x-autopost)  

##### We Value Your Privacy

 

We use cookies to enhance your experience and for traffic analysis. By continuing to visit this site you agree to our use of cookies.

[Privacy Policy](/privacy-policy)

 Details 

###### Google Tag Manager Items

- Ad Storage
- Ad User Data
- Ad Personalization
- Analytics Storage
- Functionality Storage
- Personalization Storage
- Security Storage
 
 

 

 

 

 

 Decline Accept
```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.richeyweb.com/#organization","name":"RicheyWeb","url":"https://www.richeyweb.com/","logo":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/logo/richeyweb.svg","contentUrl":"https://www.richeyweb.com/images/logo/richeyweb.svg","width":{"@type":"QuantitativeValue","value":38,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":38,"unitCode":"PX"},"@id":"https://www.richeyweb.com/#logo"},"image":{"@id":"https://www.richeyweb.com/#logo"},"sameAs":["https://x.com/ComRicheyweb","https://www.facebook.com/RicheyWebDev/","https://www.youtube.com/channel/UCxnVG8BwOvQRO7hVqNX7T2g","https://community.joomla.org/service-providers-directory/listings/115:richeyweb.html"],"description":"RicheyWeb is a custom software developer specializing in Joomla extensions.","ContactPoint":[{"@type":"ContactPoint","url":"https://www.richeyweb.com/contact-us","telephone":"903-873-8460","contactType":"Owner/Administrator","areaServed":["United States",{"@type":"Country","name":"United States","sameAs":["https://en.wikipedia.org/wiki/United_States","https://www.wikidata.org/wiki/Q30","https://g.co/kg/m/09c7w0"]},"European Union",{"@type":"AdministrativeArea","name":"European Union","sameAs":["https://en.wikipedia.org/wiki/European_Union","https://www.wikidata.org/wiki/Q458","https://g.co/kg/m/0_6t_z8"]},"United Kingdom",{"@type":"Country","name":"United Kingdom","sameAs":["https://en.wikipedia.org/wiki/United_Kingdom","https://www.wikidata.org/wiki/Q145","https://g.co/kg/m/07ssc"]},"Australia",{"@type":"Country","name":"Australia","sameAs":["https://en.wikipedia.org/wiki/Australia","https://www.wikidata.org/wiki/Q408","https://g.co/kg/m/0chghy"]},"Canada",{"@type":"Country","name":"Canada","sameAs":["https://en.wikipedia.org/wiki/Canada","https://www.wikidata.org/wiki/Q16","https://g.co/kg/m/0d060g"]},"Russia",{"@type":"Country","name":"Russia","sameAs":["https://en.wikipedia.org/wiki/Russia","https://www.wikidata.org/wiki/Q159","https://g.co/kg/m/06bnz"]},"China",{"@type":"Country","name":"China","sameAs":["https://en.wikipedia.org/wiki/China","https://www.wikidata.org/wiki/Q148","https://g.co/kg/m/0d05w3"]}],"availableLanguage":"en"},{"@type":"ContactPoint","url":"https://www.richeyweb.com/bugs","telephone":"903-873-8460","contactType":"Technical Support","areaServed":["United States",{"@type":"Country","name":"United States","sameAs":["https://en.wikipedia.org/wiki/United_States","https://www.wikidata.org/wiki/Q30","https://g.co/kg/m/09c7w0"]},"European Union",{"@type":"AdministrativeArea","name":"European Union","sameAs":["https://en.wikipedia.org/wiki/European_Union","https://www.wikidata.org/wiki/Q458","https://g.co/kg/m/0_6t_z8"]},"United Kingdom",{"@type":"Country","name":"United Kingdom","sameAs":["https://en.wikipedia.org/wiki/United_Kingdom","https://www.wikidata.org/wiki/Q145","https://g.co/kg/m/07ssc"]},"Australia",{"@type":"Country","name":"Australia","sameAs":["https://en.wikipedia.org/wiki/Australia","https://www.wikidata.org/wiki/Q408","https://g.co/kg/m/0chghy"]},"Canada",{"@type":"Country","name":"Canada","sameAs":["https://en.wikipedia.org/wiki/Canada","https://www.wikidata.org/wiki/Q16","https://g.co/kg/m/0d060g"]},"Russia",{"@type":"Country","name":"Russia","sameAs":["https://en.wikipedia.org/wiki/Russia","https://www.wikidata.org/wiki/Q159","https://g.co/kg/m/06bnz"]},"China",{"@type":"Country","name":"China","sameAs":["https://en.wikipedia.org/wiki/China","https://www.wikidata.org/wiki/Q148","https://g.co/kg/m/0d05w3"]}],"availableLanguage":"en"}],"knowsAbout":["Computer programming",{"@type":"Thing","name":"Computer programming","sameAs":["https://en.wikipedia.org/wiki/Computer_programming","https://www.wikidata.org/wiki/Q80006","https://g.co/kg/m/01mf_"]},"PHP",{"@type":"Thing","name":"PHP","sameAs":["https://en.wikipedia.org/wiki/PHP","https://www.wikidata.org/wiki/Q59","https://g.co/kg/m/060kv"]},"JavaScript",{"@type":"Thing","name":"JavaScript","sameAs":["https://en.wikipedia.org/wiki/JavaScript","https://www.wikidata.org/wiki/Q2005","https://g.co/kg/m/02p97"]},"arduino","Computer forensics",{"@type":"Thing","name":"Computer forensics","sameAs":["https://en.wikipedia.org/wiki/Computer_forensics","https://www.wikidata.org/wiki/Q878553","https://g.co/kg/m/02wxbd"]},"White hat",{"@type":"Thing","name":"White hat","sameAs":["https://en.wikipedia.org/wiki/White_hat_(computer_security)","https://www.wikidata.org/wiki/Q7995625","https://g.co/kg/m/03ns_5"]},"Search engine optimization",{"@type":"Thing","name":"Search engine optimization","sameAs":["https://en.wikipedia.org/wiki/Search_engine_optimization","https://www.wikidata.org/wiki/Q180711","https://g.co/kg/m/019qb_"]},"Search engine marketing",{"@type":"Thing","name":"Search engine marketing","sameAs":["https://en.wikipedia.org/wiki/Search_engine_marketing","https://www.wikidata.org/wiki/Q846132","https://g.co/kg/m/06mw8r"]},"Digital marketing",{"@type":"Thing","name":"Digital marketing","sameAs":["https://en.wikipedia.org/wiki/Digital_marketing","https://www.wikidata.org/wiki/Q1323528","https://g.co/kg/g/122hcnps"]},"Web hosting service",{"@type":"Thing","name":"Web hosting service","sameAs":["https://en.wikipedia.org/wiki/Web_hosting_service","https://www.wikidata.org/wiki/Q5892272","https://g.co/kg/m/014pz4"]},"Email hosting service",{"@type":"Thing","name":"Email hosting service","sameAs":["https://en.wikipedia.org/wiki/Email_hosting_service","https://www.wikidata.org/wiki/Q5368818","https://g.co/kg/m/09w60m"]},"Internet hosting service",{"@type":"Thing","name":"Internet hosting service","sameAs":["https://en.wikipedia.org/wiki/Internet_hosting_service","https://www.wikidata.org/wiki/Q1210425","https://g.co/kg/m/09w5yw"]},"Virtual hosting",{"@type":"Thing","name":"Virtual hosting","sameAs":["https://en.wikipedia.org/wiki/Virtual_hosting","https://www.wikidata.org/wiki/Q588365","https://g.co/kg/m/024mvh"]},"Web performance",{"@type":"Thing","name":"Web performance","sameAs":["https://en.wikipedia.org/wiki/Web_performance","https://www.wikidata.org/wiki/Q7978612","https://g.co/kg/m/0gfj3f1"]},"Web content management system",{"@type":"Thing","name":"Web content management system","sameAs":["https://en.wikipedia.org/wiki/Web_content_management_system","https://www.wikidata.org/wiki/Q45211","https://g.co/kg/m/0615s2"]},"Content management system",{"@type":"Thing","name":"Content management system","sameAs":["https://en.wikipedia.org/wiki/Content_management_system","https://www.wikidata.org/wiki/Q131093","https://g.co/kg/m/0k23c"]},"General Data Protection Regulation",{"@type":"Thing","name":"General Data Protection Regulation","sameAs":["https://en.wikipedia.org/wiki/General_Data_Protection_Regulation","https://www.wikidata.org/wiki/Q1172506","https://g.co/kg/m/0pk_7xs"]},"SERP",{"@type":"Thing","name":"SERP","sameAs":["https://en.wikipedia.org/wiki/SERP","https://www.wikidata.org/wiki/Q2205811","https://g.co/kg/g/11c5szp7kc"]},"Artificial intelligence",{"@type":"Thing","name":"Artificial intelligence","sameAs":["https://en.wikipedia.org/wiki/Artificial_intelligence","https://www.wikidata.org/wiki/Q11660","https://g.co/kg/m/0mkz"]},"Prompt engineering",{"@type":"Thing","name":"Prompt engineering","sameAs":["https://en.wikipedia.org/wiki/Prompt_engineering","https://www.wikidata.org/wiki/Q108941486","https://g.co/kg/g/11p6kpgt_n"]},"E-learning",{"@type":"Thing","name":"E-learning","sameAs":["https://en.wikipedia.org/wiki/E-learning_(theory)","https://www.wikidata.org/wiki/Q182250","https://g.co/kg/g/122czm1f"]},"Sharable Content Object Reference Model",{"@type":"Thing","name":"Sharable Content Object Reference Model","sameAs":["https://en.wikipedia.org/wiki/Sharable_Content_Object_Reference_Model","https://www.wikidata.org/wiki/Q827811","https://g.co/kg/m/06_40"]},"Experience API",{"@type":"Thing","name":"Experience API","sameAs":["https://en.wikipedia.org/wiki/Experience_API","https://www.wikidata.org/wiki/Q7807728","https://g.co/kg/g/1yw9ktxr8"]},"Joomla",{"@type":"Thing","name":"Joomla","sameAs":["https://en.wikipedia.org/wiki/Joomla","https://www.wikidata.org/wiki/Q13167","https://g.co/kg/m/07qb81"]},"Nginx",{"@type":"Thing","name":"Nginx","sameAs":["https://en.wikipedia.org/wiki/Nginx","https://www.wikidata.org/wiki/Q306144","https://g.co/kg/m/02qft91"]},"MySQL",{"@type":"Thing","name":"MySQL","sameAs":["https://en.wikipedia.org/wiki/MySQL","https://www.wikidata.org/wiki/Q850","https://g.co/kg/m/04y3k"]}],"areaServed":["United States",{"@type":"Country","name":"United States","sameAs":["https://en.wikipedia.org/wiki/United_States","https://www.wikidata.org/wiki/Q30","https://g.co/kg/m/09c7w0"]},"European Union",{"@type":"AdministrativeArea","name":"European Union","sameAs":["https://en.wikipedia.org/wiki/European_Union","https://www.wikidata.org/wiki/Q458","https://g.co/kg/m/0_6t_z8"]},"United Kingdom",{"@type":"Country","name":"United Kingdom","sameAs":["https://en.wikipedia.org/wiki/United_Kingdom","https://www.wikidata.org/wiki/Q145","https://g.co/kg/m/07ssc"]},"Australia",{"@type":"Country","name":"Australia","sameAs":["https://en.wikipedia.org/wiki/Australia","https://www.wikidata.org/wiki/Q408","https://g.co/kg/m/0chghy"]},"Canada",{"@type":"Country","name":"Canada","sameAs":["https://en.wikipedia.org/wiki/Canada","https://www.wikidata.org/wiki/Q16","https://g.co/kg/m/0d060g"]},"Russia",{"@type":"Country","name":"Russia","sameAs":["https://en.wikipedia.org/wiki/Russia","https://www.wikidata.org/wiki/Q159","https://g.co/kg/m/06bnz"]},"China",{"@type":"Country","name":"China","sameAs":["https://en.wikipedia.org/wiki/China","https://www.wikidata.org/wiki/Q148","https://g.co/kg/m/0d05w3"]}],"memberOf":["Mensa International",{"@type":"Organization","name":"Mensa International","sameAs":["https://en.wikipedia.org/wiki/Mensa_International","https://www.wikidata.org/wiki/Q184194","https://g.co/kg/m/0140pf"]},"National Rifle Association",{"@type":"Organization","name":"National Rifle Association","sameAs":["https://en.wikipedia.org/wiki/National_Rifle_Association","https://www.wikidata.org/wiki/Q863259","https://g.co/kg/m/0j6f9"]},"CompTIA",{"@type":"Organization","name":"CompTIA","sameAs":["https://en.wikipedia.org/wiki/CompTIA","https://www.wikidata.org/wiki/Q597534","https://g.co/kg/m/040shq"]},"ISFCE LLC",{"@type":"Organization","name":"ISFCE LLC","sameAs":["https://isfce.com","https://g.co/kg/g/11wxm5r0rg"]}],"hasCredential":[{"@type":"EducationalOccupationalCredential","name":"Joomla 3 Certified Administrator","credentialCategory":"Certification","description":"Administrator Exam is the first available Joomla! certification exam","recognizedBy":{"@type":"Organization","name":"Open Source Matters, Inc.","sameAs":["https://en.wikipedia.org/wiki/Open_Source_Matters,_Inc.","https://g.co/kg/g/11f00wvjhz"]},"url":"https://certification.joomla.org/certified-user-directory/michael-richey","about":["Content management system",{"@type":"Thing","name":"Content management system","sameAs":["https://en.wikipedia.org/wiki/Content_management_system","https://www.wikidata.org/wiki/Q131093","https://g.co/kg/m/0k23c"]},"Web content management system",{"@type":"Thing","name":"Web content management system","sameAs":["https://en.wikipedia.org/wiki/Web_content_management_system","https://www.wikidata.org/wiki/Q45211","https://g.co/kg/m/0615s2"]},"Joomla",{"@type":"Thing","name":"Joomla","sameAs":["https://en.wikipedia.org/wiki/Joomla","https://www.wikidata.org/wiki/Q13167","https://g.co/kg/m/07qb81"]}],"educationalLevel":"expert","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/contact/badge.webp","contentUrl":"https://www.richeyweb.com/images/contact/badge.webp","width":{"@type":"QuantitativeValue","value":300,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":86,"unitCode":"PX"},"caption":"Joomla 3 Certified Administrator"}},{"@type":"EducationalOccupationalCredential","name":"Certified Computer Examiner","credentialCategory":"Certification","description":"Internationally recognized computer forensics certifiecation","recognizedBy":{"@type":"Organization","name":"ISFCE LLC","sameAs":["https://en.wikipedia.org/wiki/ISFCE_LLC","https://g.co/kg/g/11wxm5r0rg"]},"url":"https://isfce.com/","about":["Digital forensics",{"@type":"Thing","name":"Digital forensics","sameAs":["https://en.wikipedia.org/wiki/Digital_forensics","https://www.wikidata.org/wiki/Q3246940","https://g.co/kg/m/0cnxzfx"]},"Computer forensics",{"@type":"Thing","name":"Computer forensics","sameAs":["https://en.wikipedia.org/wiki/Computer_forensics","https://www.wikidata.org/wiki/Q878553","https://g.co/kg/m/02wxbd"]},"Mobile device forensics",{"@type":"Thing","name":"Mobile device forensics","sameAs":["https://en.wikipedia.org/wiki/Mobile_device_forensics","https://www.wikidata.org/wiki/Q6887097","https://g.co/kg/m/06zp3tp"]},"Network forensics",{"@type":"Thing","name":"Network forensics","sameAs":["https://en.wikipedia.org/wiki/Network_forensics","https://www.wikidata.org/wiki/Q7001032","https://g.co/kg/m/05pb280"]},"Database forensics",{"@type":"Thing","name":"Database forensics","sameAs":["https://en.wikipedia.org/wiki/Database_forensics","https://www.wikidata.org/wiki/Q5227405","https://g.co/kg/m/0cgqsy"]}],"educationalLevel":"expert","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/contact/isfce-cce.webp","contentUrl":"https://www.richeyweb.com/images/contact/isfce-cce.webp","width":{"@type":"QuantitativeValue","value":150,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":150,"unitCode":"PX"},"caption":"Certified Computer Examiner"}}],"hasOfferCatalog":{"@type":"OfferCatalog","name":"Web Services","itemListElement":[{"@type":"Offer","itemOffered":{"@type":"Service","name":"Hosting"}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Development"}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Search Engine Optimization"}}]}},{"@type":"WebSite","@id":"https://www.richeyweb.com/#website","url":"https://www.richeyweb.com/","name":"RicheyWeb","publisher":{"@id":"https://www.richeyweb.com/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.richeyweb.com/search?q={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string","valueMaxLength":256,"valueMinLength":2,"valuePattern":"^[A-Za-z0-9\\s]+$"}},"creator":{"@id":"https://www.richeyweb.com/#organization"},"copyrightHolder":{"@id":"https://www.richeyweb.com/#organization"}},{"@type":"WebPage","@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#webpage","url":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet","name":"X User ID for Twitter Cards Bookmarklet","description":"Grab your X user ID easily with our free bookmarklet! Get the numeric user ID for Twitter Cards to enhance your Joomla content previews & analytics.","isPartOf":{"@id":"https://www.richeyweb.com/#website"},"about":{"@id":"https://www.richeyweb.com/#organization"},"inLanguage":"en-GB"},{"@type":"Article","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/X-vector-logo-download.webp","contentUrl":"https://www.richeyweb.com/images/X-vector-logo-download.webp","width":{"@type":"QuantitativeValue","value":840,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":500,"unitCode":"PX"},"caption":"X User ID for Twitter Cards Bookmarklet","representativeOfPage":true},"headline":"X User ID for Twitter Cards Bookmarklet","description":"Grab your X user ID easily with our free bookmarklet! Get the numeric user ID for Twitter Cards to enhance your Joomla content previews & analytics.","author":{"@type":"Person","name":"Michael Richey","url":"https://www.richeyweb.com/contact-us","@id":"https://www.richeyweb.com/contact-us#person"},"datePublished":"2025-10-20T00:00:00+00:00","dateModified":"2026-01-30T00:00:00+00:00","about":["Content management system",{"@type":"Thing","name":"Content management system","sameAs":["https://en.wikipedia.org/wiki/Content_management_system","https://www.wikidata.org/wiki/Q131093","https://g.co/kg/m/0k23c"]},"Joomla",{"@type":"Thing","name":"Joomla","sameAs":["https://en.wikipedia.org/wiki/Joomla","https://www.wikidata.org/wiki/Q13167","https://g.co/kg/m/07qb81"]},"Twitter",{"@type":"Corporation","name":"Twitter","sameAs":["https://en.wikipedia.org/wiki/Twitter,_Inc.","https://www.wikidata.org/wiki/Q918","https://g.co/kg/m/0hn1vcg"]},{"@type":"Thing","@id":"https://www.richeyweb.com/software/joomla/plugins/system-x-autopost/#softwareapplication","name":"System - X Autopost","sameAs":["https://extensions.joomla.org/extension/social-web/social-share/system-x-autopost/"]},"System - X Autopost","Technical documentation",{"@type":"Thing","name":"Technical documentation","sameAs":["https://en.wikipedia.org/wiki/Technical_documentation","https://www.wikidata.org/wiki/Q1413406","https://g.co/kg/m/0521g6n"]}],"mentions":["JavaScript",{"@type":"Thing","name":"JavaScript","sameAs":["https://en.wikipedia.org/wiki/JavaScript","https://www.wikidata.org/wiki/Q2005","https://g.co/kg/m/02p97"]},"Web browser",{"@type":"Thing","name":"Web browser","sameAs":["https://en.wikipedia.org/wiki/Web_browser","https://www.wikidata.org/wiki/Q6368","https://g.co/kg/m/082hp"]},"Bookmarklet",{"@type":"Thing","name":"Bookmarklet","sameAs":["https://en.wikipedia.org/wiki/Bookmarklet","https://www.wikidata.org/wiki/Q893012","https://g.co/kg/m/0kz1_"]},"Firefox",{"@type":"Thing","name":"Firefox","sameAs":["https://en.wikipedia.org/wiki/Firefox","https://www.wikidata.org/wiki/Q698","https://g.co/kg/m/01dyhm"]},"Google Chrome",{"@type":"Thing","name":"Google Chrome","sameAs":["https://en.wikipedia.org/wiki/Google_Chrome","https://www.wikidata.org/wiki/Q777","https://g.co/kg/m/04j7cyf"]},"Microsoft Edge",{"@type":"Thing","name":"Microsoft Edge","sameAs":["https://en.wikipedia.org/wiki/Microsoft_Edge","https://www.wikidata.org/wiki/Q133247080","https://g.co/kg/m/012kxdw8"]},"Safari",{"@type":"Thing","name":"Safari","sameAs":["https://en.wikipedia.org/wiki/Safari_(web_browser)","https://www.wikidata.org/wiki/Q849944","https://g.co/kg/m/0168s_"]}],"@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#article","isPartOf":{"@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#webpage"},"publisher":{"@id":"https://www.richeyweb.com/#organization"},"keywords":"X user ID, Twitter Cards, X, user ID, Twitter, Joomla, System - X Autopost, RicheyWeb, twitter:creator:id, X profile, bookmarklet, JavaScript tool, drag to your bookmarks toolbar, grab your user ID, browser, Twitter Cards, eye-catching previews, images, titles, descriptions, @username, visibility, Sharpens Analytics, tracking, Perfectionism, System - X Autopost setup, blank unfilled, compact JavaScript snippet, HTML, structured data, mainEntity.identifier, numeric user ID, alert, clipboard, HTTPS, authentication, precision, complexity, X’s current page structure, terms, public profiles, Bookmarklet Download Page, Get X User ID, X ID Finder, javascript, JSON-LD script, navigator.clipboard, copy failed, test, System - X Autopost, Twitter Card settinings, site handle, test article, Documentation, Troubleshooting, JSON-LD script not found, Refresh, Clipboard Copy Fails, HTTPS, Bookmarklet Not Loading, JavaScript, enabled","articleSection":"Documentation","url":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet","hasPart":[{"@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#articleindex-toc-why-add-your-x-user-id-to-twitter-cards_2_1"},{"@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#articleindex-toc-how-the-bookmarklet-works_2_2"},{"@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#articleindex-toc-adding-the-bookmarklet_2_3"},{"@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#articleindex-toc-step-by-step_3_4"},{"@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#articleindex-toc-the-bookmarklet_3_5"},{"@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#articleindex-toc-using-the-user-id-in-system-x-autopost_2_6"},{"@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#articleindex-toc-troubleshooting_2_7"}]},{"@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#articleindex","@type":"ItemList","name":"X User ID for Twitter Cards Bookmarklet","numberOfItems":7,"itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#articleindex-toc-why-add-your-x-user-id-to-twitter-cards_2_1","name":"Why Add Your X User ID to Twitter Cards?","url":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#toc-why-add-your-x-user-id-to-twitter-cards_2_1"}},{"@type":"ListItem","position":2,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#articleindex-toc-how-the-bookmarklet-works_2_2","name":"How the Bookmarklet Works","url":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#toc-how-the-bookmarklet-works_2_2"}},{"@type":"ListItem","position":3,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#articleindex-toc-adding-the-bookmarklet_2_3","name":"Adding the Bookmarklet","url":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#toc-adding-the-bookmarklet_2_3"}},{"@type":"ListItem","position":4,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#articleindex-toc-step-by-step_3_4","name":"Step-by-Step","url":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#toc-step-by-step_3_4"}},{"@type":"ListItem","position":5,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#articleindex-toc-the-bookmarklet_3_5","name":"The Bookmarklet","url":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#toc-the-bookmarklet_3_5"}},{"@type":"ListItem","position":6,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#articleindex-toc-using-the-user-id-in-system-x-autopost_2_6","name":"Using the User ID in System - X Autopost","url":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#toc-using-the-user-id-in-system-x-autopost_2_6"}},{"@type":"ListItem","position":7,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#articleindex-toc-troubleshooting_2_7","name":"Troubleshooting","url":"https://www.richeyweb.com/software/documentation/x-user-id-for-twitter-cards-bookmarklet#toc-troubleshooting_2_7"}}]}]}
```
