Skip to content

Instantly share code, notes, and snippets.

@charleshimmer
charleshimmer / .json
Created July 25, 2019 18:13
PolicyJson.json
[{
"id": 1,
"name": "eco-centric",
"type": "Crimson",
"amount": 762
}, {
"id": 2,
"name": "concept",
"type": "Indigo",
"amount": 727
package main
import (
"bufio"
"fmt"
"io"
"log"
"os"
"path/filepath"
"strconv"
@charleshimmer
charleshimmer / doLogin.html
Last active December 19, 2015 13:19
Using doLogin
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<script src="//display-stg.ugc.bazaarvoice.com/static/targetcom/bvapi.js"></script>
<script>
@charleshimmer
charleshimmer / BVDoneLoading.js
Last active April 21, 2021 02:36
When is BV done loading / deferred object.
var bvrr = $BV.ui('rr', 'show_reviews',{
productId : 'product1' }
);
bvrr.done(function(){
console.log('reviews loaded');
});
var bvqa = $BV.ui('qa', 'show_questions',{
productId : 'product1' }
@charleshimmer
charleshimmer / pdp.html
Last active April 21, 2021 02:36
Schwab Example C2013 Integraiton
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Meat and Potatoes of BV Integration Code-->
@charleshimmer
charleshimmer / gist:5342278
Last active December 15, 2015 23:39
Example Travelocity integration code for C2013 supporting all three locales
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Meat and Potatoes of BV Integration Code, for production use
@charleshimmer
charleshimmer / bazaarvoiceUpgradeTest.html
Last active December 14, 2015 22:08
This is a plain vanilla RR and QA integration for Conversations 2.0 for Travelocity
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Meat and Potatoes of BV Integration Code-->
@charleshimmer
charleshimmer / bazaarvoiceUpgradeTest.html
Created March 13, 2013 20:19
This is a plain vanilla RR and QA integration for Conversations 2.0 for Travelocity
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Meat and Potatoes of BV Integration Code-->
@charleshimmer
charleshimmer / inlineRatings.html
Last active August 14, 2020 12:48
Inline Ratings (multiple product rating stars on one page)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Meat and Potatoes of BV Integration Code-->
@charleshimmer
charleshimmer / bv.html
Last active December 14, 2015 16:58
Kohl's Upgrade Integration Code for Display
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Meat and Potatoes of BV Integration Code-->