Gathering detailed insights and metrics for @weknow/gatsby-remark-twitter
Gathering detailed insights and metrics for @weknow/gatsby-remark-twitter
Gathering detailed insights and metrics for @weknow/gatsby-remark-twitter
Gathering detailed insights and metrics for @weknow/gatsby-remark-twitter
npm install @weknow/gatsby-remark-twitter
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
38 Stars
16 Commits
7 Forks
2 Watchers
7 Branches
5 Contributors
Updated on Apr 03, 2024
Latest Version
0.2.3
Package Id
@weknow/gatsby-remark-twitter@0.2.3
Unpacked Size
6.83 kB
Size
3.14 kB
File Count
4
NPM Version
6.9.0
Node Version
10.15.3
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
Embed Tweet and Moment cards in Gatsby markdown.
1npm install --save "@weknow/gatsby-remark-twitter"
1// In your gatsby-config.js 2plugins: [ 3 { 4 resolve: "gatsby-transformer-remark", 5 options: { 6 plugins: ["@weknow/gatsby-remark-twitter"] 7 } 8 } 9];
If you want to get debug output, turn on the debug
option in the
plugin options.
1// In your gatsby-config.js 2plugins: [ 3 { 4 resolve: "gatsby-transformer-remark", 5 options: { 6 plugins: [ 7 { 8 resolve: "@weknow/gatsby-remark-twitter", 9 options: { 10 debug: true 11 } 12 } 13 ] 14 } 15 } 16];
These other options are also available, to control how the widget is rendered:
true
. Set to false
to also show the
tweet that a tweet is in reply to. (This is enabled by default
because typically you'd just embed both tweets, and it gets really
noisy when embedding entire twitter threads in a post.)false
. Set to true
to hide media that is
included in a tweet. For example, if a tweet has a photo or a video
embedded, this means that the user has to click through to view it.'left'
, 'right'
or 'center'
to make the
embedded tweet float left, right, or be center-aligned. (The
default is left-aligned, but not floated.)'dark'
to use the dark theme.'video'
to return a Twitter Video embed for
the given Tweet.1# Blog post title 2 3This is an example of embedding a single tweet card. 4Add any markdown as you normally do, and then insert a valid 5Tweet link anywhere to automatically transform it into an 6embed card. 7 8https://twitter.com/gatsbyjs/status/1055939617646465024 9 10You can embed several tweets 11 12https://twitter.com/wesbos/status/1068597847237541888 13 14https://twitter.com/dan_abramov/status/1068884262273933312 15 16Or a moment 17 18https://twitter.com/i/moments/944326645493612545 19
NOTE: Make sure to copy the Tweet link instead of the embed code.
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 5/16 approved changesets -- score normalized to 3
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
39 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More