Browse Source

post-creation test nudge

master
boB Rudis 5 years ago
parent
commit
154473ed91
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 4
      DESCRIPTION
  2. 3
      NEWS.md
  3. 5
      R/widget-card.R

4
DESCRIPTION

@ -1,8 +1,8 @@
Package: widgetcard
Type: Package
Title: Tools to Enable Easier Content Embedding in Tweets
Version: 0.1.0
Date: 2019-03-26
Version: 0.1.1
Date: 2019-04-04
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))

3
NEWS.md

@ -1,2 +1,5 @@
0.1.1
* Added post-creation message to test before posting.
0.1.0
* Initial release

5
R/widget-card.R

@ -147,6 +147,11 @@ card_widget <- function(widget,
)
}
message(
"Make sure ", card_player_url, "works in-browser first, then ",
"test it with Twitter's Validator app: https://cards-dev.twitter.com/validator"
)
arc_name
}

Loading…
Cancel
Save