View source: R/bitly_custom_links.R
bitly_add_cust_bitlink | R Documentation |
Add a Keyword to a Bitlink
bitly_add_cust_bitlink(
bitlink_id = NULL,
custom_bitlink = NULL,
showRequestURL = FALSE
)
bitlink_id |
- string |
custom_bitlink |
- A Custom Bitlink made of the domain and keyword |
showRequestURL |
- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE. |
Custom Bitlinks have both a branded short domain (BSD) AND a customized backend. For example, bit.ly/bitlinks would not be considered a Custom Bitlink because it does not have a branded short domain. es.pn/2yxklu would not be considered a custom Bitlink because while it has a branded short domain, it doesn't have a customized backhalf. An example of a link that would live in this section is es.pn/SuperBowl
https://dev.bitly.com/api-reference/#addCustomBitlink
## Not run:
bitly_add_cust_bitlink(custom_bitlink = "es.pn/SuperBowl", bitlink_id = "")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.