All Questions
Tagged with tagging javascript
50 questions
0
votes
1
answer
212
views
Trying to understanding advanced Google Tag Manager setup with custom tags and variables
I'm a marketing professional who has been doing basic tagging and analytics for clients. I've encountered an account set up by someone with extensive development/analytics knowledge, and I'm ...
-1
votes
1
answer
1k
views
How to add a tag system to the posts of my website using only html, js and css? [closed]
i am developing a website. I want to add a tag system to the blog/posts i make on my website and I'd like to know how.
The specification of "only html, css and js" is because this is going ...
1
vote
1
answer
188
views
Generic way to retrieve tags from AWS events
I have an autotagging engine based on GorillaStack's open source https://github.com/GorillaStack/auto-tag. I added code to use a DynamoDB table that contains additional tags to apply based off of the ...
1
vote
0
answers
14
views
Assisted Attributions into Silverpop
Has anyone worked with Silverpop (IBM)? I am trying to get our view-through conversions such as a display banner or YouTube videos to sync into the Silverpop database system so we can see if they ...
0
votes
1
answer
102
views
taggingJS throws an error while typing . AKA fullstop
I'm using this for tags: https://github.com/sniperwolf/taggingJS/
Below code is used to initialise the taaggingJS
var myOptions =
{
"no-duplicate": true,
"no-...
0
votes
1
answer
156
views
Custom Javascript Functions not working when used alongside Bootstrap 4 Input Tagging Plugin
I am using Bootstrap tags input to make tags inside text input in HTML, however, I am unable to use Javascript functions that are triggered when the input is clicked whilst using the tag plugin.
I ...
2
votes
1
answer
4k
views
how to create a tagging system with nodejs for website?
I'm creating a CMS blog with Node js but i failed to create a tagging system for posts, i want this tagging system to be connected to MongoDB so i can do CRUD operation on every tag and search for ...
1
vote
2
answers
409
views
How to tag m4a music with nodejs
I have to tag a m4a song using nodejs.
I looked an already tagged file, and I though that it would be as easy as opening the file and writting the tags in the ilst section... but no.
Can anyone ...
2
votes
1
answer
586
views
How to create tag in Select2 despite finding the term in the current option list
In Select2, the function createTag() is not run when the text entered by the user fully matches one of the options.
So, if I have the following grouped list in my <select> (notice that Panama ...
0
votes
5
answers
48
views
Replacing certain words with links?
Say I define a constant list as follows:
const SHOWS = {
'Game of Thrones': 'Game_of_Thrones',
'Modern Family': 'Modern_Family'
};
What I want to do is create a function that, when a user ...
0
votes
1
answer
774
views
aws javascript sdk function to modify existing tags on a file in s3
is there any way of adding a tag to existing TagSet to a file in s3 bucket using javascript SDK? This method:
putObjectTagging(params = {}, callback) ⇒ AWS.Request
overwrites existing ones and sets ...
2
votes
2
answers
71
views
How to turn extracted href into hyperlink
I'm working on a tagging part on a site similar to Facebook. The idea is that whenever someone types @ in the post area, a drop down menu appears containing all of his friends. He then picks who he ...
0
votes
1
answer
336
views
How to search for closest tag set match in JavaScript?
I have a set of documents, each annotated with a set of tags, which may contain spaces. The user supplies a set of possibly misspelled tags and I wants to find the documents with the highest number of ...
4
votes
1
answer
1k
views
How might I make advanced queries in SQLite to search for files by tags?
What Am I Doing?
I'm writing a file tagging program in JavaScript using Electron and I'd like to use SQLite. I can't quite figure out how I'd implement searching by tags, though. I'm new to SQL and ...
0
votes
1
answer
382
views
'Tagging' an image in Amazon Mechanical Turk
I am designing an experiment to test people's trust in certain images and was hoping to get an idea of what parts of the image they trusted/did not trust. I was thinking of creating something similar ...